Base (microsim) event class.
Stores time-dependant events and executes them at the proper time (guisim)
void execute(SUMOTime time)
Executes time-dependant commands.
GUIEventControl()
Default constructor.
GUIEventControl(const GUIEventControl &)
invalid copy constructor.
GUIEventControl & operator=(const GUIEventControl &)
invalid assignment operator.
void addEvent(Command *operation, SUMOTime execTimeStep=-1)
Adds an Event.
~GUIEventControl()
Destructor.
FXMutex myLock
The lock used to prohibit parallel addition and processing of events.
Stores time-dependant events and executes them at the proper time.