|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILifeCycleListener
An observer (listener) for any model component. For performance reasons, observers typically monitor the overall model, but they might also observe other model components such as sub-models or even individual agents.
Method Summary | |
---|---|
void |
observationEnd(IObservationProvider observed)
Notifies that the model is no longer providing observations. |
void |
observationEnding(IObservationProvider observed)
Notifies that the model is about to be closed. |
void |
observeCreate(IObservationProvider observed)
Notifies that the model has been instantiated but has not yet been initialized. |
void |
observeInitialize(IObservationProvider observed)
Notifies that the model's initial state has been reached. |
void |
observeStart(IObservationProvider observed)
Notifies that the model is just starting execution. |
void |
observeStop(IObservationProvider observed)
Notifies that the model has stopped execution. |
void |
observeUpdate(IObservationProvider observed)
Notifies that the model has completed one period of execution at the appropriate level of granularity. |
void |
observing(IObservationProvider observed)
Notifies that the model is now aware of this observer. |
Methods inherited from interface org.eclipse.amp.axf.core.IStateListener |
---|
stateChange |
Method Detail |
---|
void observing(IObservationProvider observed)
observed
- the observedvoid observeCreate(IObservationProvider observed)
observed
- the model eventvoid observeInitialize(IObservationProvider observed)
observed
- the observedvoid observeStart(IObservationProvider observed)
observed
- the model eventvoid observeUpdate(IObservationProvider observed)
observed
- the model eventvoid observeStop(IObservationProvider observed)
observed
- the model eventvoid observationEnding(IObservationProvider observed)
observed
- the model eventvoid observationEnd(IObservationProvider observed)
observed
- the model removed eventmodelAdded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |