Package core
Class EventFluidStateUpdate
- java.lang.Object
-
- dispatch.AbstractEvent
-
- core.EventFluidStateUpdate
-
- All Implemented Interfaces:
InterfaceEvent
,Comparable<AbstractEvent>
public class EventFluidStateUpdate extends AbstractEvent
-
-
Field Summary
-
Fields inherited from class dispatch.AbstractEvent
dispatch_order, dispatcher, recipient, timestamp
-
-
Constructor Summary
Constructors Constructor Description EventFluidStateUpdate(Dispatcher dispatcher, float timestamp, Object model)
-
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
-
EventFluidStateUpdate
public EventFluidStateUpdate(Dispatcher dispatcher, float timestamp, Object model)
-
-
Method Detail
-
action
public void action() throws OTMException
- Throws:
OTMException
-
-