Uses of Class
ons.Event
-
Uses of Event in ons
Subclasses of Event in ons Modifier and Type Class Description classBatchArrivalEventMethods to treat the incoming of a Batch object.classBatchDepartureEventMethods to treat the outgoing of a Flow object.classBulkDataArrivalEventMethods to treat the incoming of a BulkData object.classBulkDepartureEventMethods to treat the outgoing of a Flow object.classFlowArrivalEventMethods to treat the incoming of a Flow object.classFlowDepartureEventMethods to treat the outgoing of a Flow object.classOrdinaryEventMethods to treat the outgoing of a Flow object.Methods in ons that return Event Modifier and Type Method Description EventEventScheduler. popEvent()Retrieves and removes the first event from the eventQueue.Methods in ons with parameters of type Event Modifier and Type Method Description booleanEventScheduler. addEvent(Event event)Adds a given event to the eventQueue.protected voidMyStatistics. addEvent(Event event, int availableTransponders)Adds an event to the statistics.protected voidMyStatistics. addEvent(Event event, int availableSlots, int availableTransponders, double frag)protected voidMyStatistics. addOrdinaryEvent(Event event)voidControlPlane. newEvent(Event event)Deals with an Event from the event queue.