public interface SimEventCallable
Interface to provide a method that can be called when a simulation event
is created. Used when tasks are added to queues so that the simulation
event that will be queued can be optionally stored (e.g., so the event
can be removed from the queue or canceled.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
call
(SimulationEvent event) Method to call when a simulation event is created.
-
Method Details
-
call
Method to call when a simulation event is created.- Parameters:
event
- the simulation event
-