|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.core.model.event.DecoratedModelListener
public class DecoratedModelListener
| Constructor Summary | |
|---|---|
DecoratedModelListener()
|
|
DecoratedModelListener(IModelListener listener)
|
|
| 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 |
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DecoratedModelListener()
public DecoratedModelListener(IModelListener listener)
| Method Detail |
|---|
public void bufferInstalled(ModelEvent me)
IModelListener
bufferInstalled in interface IModelListenerIModelListener.bufferInstalled(org.jactr.core.model.event.ModelEvent)public void cycleStarted(ModelEvent me)
IModelListener
cycleStarted in interface IModelListenerIModelListener.cycleStarted(org.jactr.core.model.event.ModelEvent)public void exceptionThrown(ModelEvent me)
IModelListener
exceptionThrown in interface IModelListenerIModelListener.exceptionThrown(org.jactr.core.model.event.ModelEvent)public void extensionInstalled(ModelEvent me)
IModelListener
extensionInstalled in interface IModelListenerIModelListener.extensionInstalled(org.jactr.core.model.event.ModelEvent)public void instrumentInstalled(ModelEvent me)
IModelListener
instrumentInstalled in interface IModelListenerIModelListener.instrumentInstalled(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 modelInitialized(ModelEvent me)
IModelListener
modelInitialized in interface IModelListenerIModelListener.modelInitialized(org.jactr.core.model.event.ModelEvent)public void modelResumed(ModelEvent me)
IModelListener
modelResumed in interface IModelListenerIModelListener.modelResumed(org.jactr.core.model.event.ModelEvent)public void modelStarted(ModelEvent me)
IModelListener
modelStarted in interface IModelListenerIModelListener.modelStarted(org.jactr.core.model.event.ModelEvent)public void modelStopped(ModelEvent me)
IModelListener
modelStopped in interface IModelListenerIModelListener.modelStopped(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 moduleInstalled(ModelEvent me)
IModelListener
moduleInstalled in interface IModelListenerIModelListener.moduleInstalled(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 | |||||||||