public class DefaultObserver extends Object implements Observer
Constructor and Description |
---|
DefaultObserver() |
Modifier and Type | Method and Description |
---|---|
void |
notifySimulationConfiguration(SimulationConfiguration simconf) |
void |
notifySimulationEnd() |
void |
notifySimulationStart() |
void |
notifySimulationState(SimulationState state) |
void |
start()
Tell the component to start activity.
|
void |
stop()
Tell the component to cease activity.
|
public void start()
Component
public void stop()
Component
public void notifySimulationStart()
notifySimulationStart
in interface Observer
public void notifySimulationEnd()
notifySimulationEnd
in interface Observer
public void notifySimulationState(SimulationState state)
notifySimulationState
in interface Observer
public void notifySimulationConfiguration(SimulationConfiguration simconf)
notifySimulationConfiguration
in interface Observer
Copyright © 2013. All Rights Reserved.