|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IModelListener
Description of the Interface
| 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 |
| Method Detail |
|---|
void modelConnected(ModelEvent me)
me - void modelDisconnected(ModelEvent me)
me - void moduleInstalled(ModelEvent me)
me - void extensionInstalled(ModelEvent me)
me - void instrumentInstalled(ModelEvent me)
me - void bufferInstalled(ModelEvent me)
me - void modelInitialized(ModelEvent me)
me - void modelStarted(ModelEvent me)
me - void modelSuspended(ModelEvent me)
me - void modelResumed(ModelEvent me)
me - void modelStopped(ModelEvent me)
me - void exceptionThrown(ModelEvent me)
me - void cycleStarted(ModelEvent me)
me - void cycleStopped(ModelEvent me)
me -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||