jasco.runtime
Class CRChangeEvent

java.lang.Object
  extended by jasco.runtime.CRChangeEvent

public class CRChangeEvent
extends java.lang.Object


Nested Class Summary
static class CRChangeEvent.PropChange
           
 
Field Summary
static int ALLCHANGE
           
static int COMBSTRAT_ADDED
           
static int COMBSTRAT_REMOVED
           
static int CONNECTOR_ADDED
           
static int CONNECTOR_REMOVED
           
static int PROPERTY_CHANGE
           
 
Method Summary
 java.lang.Object getParam()
           
 CRChangeEvent.PropChange getPropertyChange()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECTOR_ADDED

public static final int CONNECTOR_ADDED
See Also:
Constant Field Values

CONNECTOR_REMOVED

public static final int CONNECTOR_REMOVED
See Also:
Constant Field Values

PROPERTY_CHANGE

public static final int PROPERTY_CHANGE
See Also:
Constant Field Values

COMBSTRAT_ADDED

public static final int COMBSTRAT_ADDED
See Also:
Constant Field Values

COMBSTRAT_REMOVED

public static final int COMBSTRAT_REMOVED
See Also:
Constant Field Values

ALLCHANGE

public static final int ALLCHANGE
See Also:
Constant Field Values
Method Detail

getType

public int getType()

getParam

public java.lang.Object getParam()

getPropertyChange

public CRChangeEvent.PropChange getPropertyChange()