org.jactr.core.module.declarative.event
Class DeclarativeModuleListenerAdaptor
java.lang.Object
org.jactr.core.module.declarative.event.DeclarativeModuleListenerAdaptor
- All Implemented Interfaces:
- java.util.EventListener, IParameterListener, IDeclarativeModuleListener
public class DeclarativeModuleListenerAdaptor
- extends java.lang.Object
- implements IDeclarativeModuleListener
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeclarativeModuleListenerAdaptor
public DeclarativeModuleListenerAdaptor()
chunkAdded
public void chunkAdded(DeclarativeModuleEvent dme)
- Specified by:
chunkAdded in interface IDeclarativeModuleListener
chunkCreated
public void chunkCreated(DeclarativeModuleEvent dme)
- Specified by:
chunkCreated in interface IDeclarativeModuleListener
chunkTypeAdded
public void chunkTypeAdded(DeclarativeModuleEvent dme)
- Description copied from interface:
IDeclarativeModuleListener
- called when a chunk type is added to the model
- Specified by:
chunkTypeAdded in interface IDeclarativeModuleListener
chunkTypeCreated
public void chunkTypeCreated(DeclarativeModuleEvent dme)
- Description copied from interface:
IDeclarativeModuleListener
- called when a chunktype is created, but not necessarily fully defined
- Specified by:
chunkTypeCreated in interface IDeclarativeModuleListener
chunkTypesMerged
public void chunkTypesMerged(DeclarativeModuleEvent dme)
- Description copied from interface:
IDeclarativeModuleListener
- called when two chunktypes are merged
- Specified by:
chunkTypesMerged in interface IDeclarativeModuleListener
chunksMerged
public void chunksMerged(DeclarativeModuleEvent dme)
- Specified by:
chunksMerged in interface IDeclarativeModuleListener
parameterChanged
public void parameterChanged(IParameterEvent pe)
- Specified by:
parameterChanged in interface IParameterListener