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