Package models.fluid
Class EventUpdateTotalLanegroupVehicles
- java.lang.Object
-
- dispatch.AbstractEvent
-
- models.fluid.EventUpdateTotalLanegroupVehicles
-
- All Implemented Interfaces:
InterfaceEvent
,Comparable<AbstractEvent>
public class EventUpdateTotalLanegroupVehicles extends AbstractEvent
-
-
Field Summary
-
Fields inherited from class dispatch.AbstractEvent
dispatch_order, dispatcher, recipient, timestamp
-
-
Constructor Summary
Constructors Constructor Description EventUpdateTotalLanegroupVehicles(Dispatcher dispatcher, float timestamp, Object recipient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
action()
-
Methods inherited from class dispatch.AbstractEvent
compareTo, toString
-
-
-
-
Constructor Detail
-
EventUpdateTotalLanegroupVehicles
public EventUpdateTotalLanegroupVehicles(Dispatcher dispatcher, float timestamp, Object recipient)
-
-
Method Detail
-
action
public void action() throws OTMException
- Throws:
OTMException
-
-