}
@Override
public synchronized void update(Observable o, Object observerCommand) {
if (observerCommand instanceof SimulatorObserverCommandState) {
SimulatorObserverCommandState simulatorCommand = (SimulatorObserverCommandState) observerCommand;
if (simulatorCommand == SimulatorObserverCommandState.MOVED_ALL_ROBOTOS) {
}
} else if (observerCommand instanceof RoboterModelObserverCommand) {
RoboterModelObserverCommand rmoc = (RoboterModelObserverCommand) observerCommand;