|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.core.model.event.ModelListenerAdaptor
public class ModelListenerAdaptor
| Constructor Summary | |
|---|---|
ModelListenerAdaptor()
|
|
| Method Summary | |
|---|---|
void |
bufferInstalled(ModelEvent me)
called after a buffer has been installed |
void |
cycleStarted(ModelEvent me)
called at the start of each cycle. |
void |
cycleStopped(ModelEvent me)
called at the end of each cycle. |
void |
exceptionThrown(ModelEvent me)
called in an exception occurs during the normal run. |
void |
extensionInstalled(ModelEvent me)
called after an extension has been installed |
void |
instrumentInstalled(ModelEvent me)
called after an instrument has been installed |
void |
logEvent(ModelEvent me)
|
void |
modelConnected(ModelEvent me)
called when the model has been connected to the runtime and possibly CommonReality |
void |
modelDisconnected(ModelEvent me)
called on disconnect |
void |
modelInitialized(ModelEvent me)
called after the model has been initialized - i.e. |
void |
modelResumed(ModelEvent me)
called when the model resumes |
void |
modelStarted(ModelEvent me)
called once the model has started its execution. |
void |
modelStopped(ModelEvent me)
called when the model's execution has completed. |
void |
modelSuspended(ModelEvent me)
called when the model enters a suspended state due to a break point or explicitly forced by the controller |
void |
moduleInstalled(ModelEvent me)
called after a module has been installed |
void |
parameterChanged(IParameterEvent pe)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelListenerAdaptor()
| Method Detail |
|---|
public void bufferInstalled(ModelEvent me)
IModelListener
bufferInstalled in interface IModelListenerpublic void exceptionThrown(ModelEvent me)
IModelListener
exceptionThrown in interface IModelListenerpublic void extensionInstalled(ModelEvent me)
IModelListener
extensionInstalled in interface IModelListenerpublic void instrumentInstalled(ModelEvent me)
IModelListener
instrumentInstalled in interface IModelListenerpublic void modelInitialized(ModelEvent me)
IModelListener
modelInitialized in interface IModelListenerpublic void modelStarted(ModelEvent me)
IModelListener
modelStarted in interface IModelListenerpublic void modelStopped(ModelEvent me)
IModelListener
modelStopped in interface IModelListenerpublic void moduleInstalled(ModelEvent me)
IModelListener
moduleInstalled in interface IModelListenerpublic void parameterChanged(IParameterEvent pe)
public void cycleStarted(ModelEvent me)
IModelListener
cycleStarted in interface IModelListenerpublic void modelResumed(ModelEvent me)
IModelListener
modelResumed in interface IModelListenerIModelListener.modelResumed(org.jactr.core.model.event.ModelEvent)public void modelSuspended(ModelEvent me)
IModelListener
modelSuspended in interface IModelListenerIModelListener.modelSuspended(org.jactr.core.model.event.ModelEvent)public void logEvent(ModelEvent me)
org.jactr.core.model.event.IModelListener#logEvent(org.jactr.core.model.event.ModelEvent)public void modelConnected(ModelEvent me)
IModelListener
modelConnected in interface IModelListenerIModelListener.modelConnected(org.jactr.core.model.event.ModelEvent)public void cycleStopped(ModelEvent me)
IModelListener
cycleStopped in interface IModelListenerIModelListener.cycleStopped(org.jactr.core.model.event.ModelEvent)public void modelDisconnected(ModelEvent me)
IModelListener
modelDisconnected in interface IModelListenerIModelListener.modelDisconnected(org.jactr.core.model.event.ModelEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||