|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.amp.axf.core.AbstractLifecycleListener
org.eclipse.amp.axf.ide.view.MonitorView
org.eclipse.amp.axf.ide.view.RunMonitorView
public class RunMonitorView
The Class RunMonitorView.
Field Summary | |
---|---|
static int |
TIME_BETWEEN_UPDATES
|
Constructor Summary | |
---|---|
RunMonitorView(org.eclipse.core.runtime.IProgressMonitor monitor)
Instantiates a new run monitor view. |
Method Summary | |
---|---|
void |
observeStart(IObservationProvider observed)
Notifies that the model is just starting execution. |
void |
observeStop(IObservationProvider model)
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 model)
Notifies that the model is now aware of this observer. |
void |
stateChange(java.lang.Object key,
java.lang.Object model)
Notifies that the model has had some kind of state or observation status change. |
Methods inherited from class org.eclipse.amp.axf.core.AbstractLifecycleListener |
---|
getListener, getName, observationEnd, observationEnding, observeCreate, observeInitialize, setName, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TIME_BETWEEN_UPDATES
Constructor Detail |
---|
public RunMonitorView(org.eclipse.core.runtime.IProgressMonitor monitor)
monitor
- the monitorMethod Detail |
---|
public void observing(IObservationProvider model)
ILifeCycleListener
observing
in interface ILifeCycleListener
observing
in class MonitorView
model
- MonitorView.observing(org.eclipse.amp.axf.core.IObservationProvider)
public void stateChange(java.lang.Object key, java.lang.Object model)
IStateListener
stateChange
in interface IStateListener
stateChange
in class AbstractLifecycleListener
key
- model
- AbstractLifecycleListener.stateChange(java.lang.Object, java.lang.Object)
public void observeUpdate(IObservationProvider observed)
ILifeCycleListener
observeUpdate
in interface ILifeCycleListener
observeUpdate
in class AbstractLifecycleListener
model
- AbstractLifecycleListener.observeUpdate(org.eclipse.amp.axf.core.IObservationProvider)
public void observeStart(IObservationProvider observed)
ILifeCycleListener
observeStart
in interface ILifeCycleListener
observeStart
in class AbstractLifecycleListener
observed
- AbstractLifecycleListener.observeStart(org.eclipse.amp.axf.core.IObservationProvider)
public void observeStop(IObservationProvider model)
ILifeCycleListener
observeStop
in interface ILifeCycleListener
observeStop
in class AbstractLifecycleListener
model
- AbstractLifecycleListener.observeStop(org.eclipse.amp.axf.core.IObservationProvider)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |