public interface Observer extends Component
Modifier and Type | Method and Description |
---|---|
void |
notifySimulationConfiguration(SimulationConfiguration simconf) |
void |
notifySimulationEnd() |
void |
notifySimulationStart() |
void |
notifySimulationState(SimulationState state) |
void notifySimulationStart()
void notifySimulationEnd()
void notifySimulationState(SimulationState state)
void notifySimulationConfiguration(SimulationConfiguration simconf)
Copyright © 2013. All Rights Reserved.