org.jfree.layouting.util
Class ChainingComponent.RecordedCall

java.lang.Object
  extended by org.jfree.layouting.util.ChainingComponent.RecordedCall
Enclosing class:
ChainingComponent

public static class ChainingComponent.RecordedCall
extends java.lang.Object


Constructor Summary
ChainingComponent.RecordedCall(int method, java.lang.Object parameters)
           
 
Method Summary
 int getMethod()
           
 java.lang.Object getParameters()
           
 int getState()
           
 void setState(int state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainingComponent.RecordedCall

public ChainingComponent.RecordedCall(int method,
                                      java.lang.Object parameters)
Method Detail

getState

public int getState()

setState

public void setState(int state)

getMethod

public int getMethod()

getParameters

public java.lang.Object getParameters()