Package ons
Class Event
java.lang.Object
ons.Event
- Direct Known Subclasses:
BatchArrivalEvent,BatchDepartureEvent,BulkDataArrivalEvent,BulkDepartureEvent,FlowArrivalEvent,FlowDepartureEvent,OrdinaryEvent
public abstract class Event
extends java.lang.Object
Event objects have only one attribute: scheduled time.
It is the time slot the event is set to happen.
-
Constructor Summary
Constructors Constructor Description Event() -
Method Summary
-
Constructor Details
-
Event
public Event()
-
-
Method Details