Uses of Class
org.goplanit.utils.event.EventType
-
-
Uses of EventType in org.goplanit.assignment.ltm.eltm.event
Fields in org.goplanit.assignment.ltm.eltm.event declared as EventType Modifier and Type Field Description static EventType
ReleaseFlowEvent. LTM_RELEASE_FLOW_EVENT
event type to identify ltm events representing a change in flow that is being releasedstatic EventType
TriggerFlowEvent. LTM_TRIGGER_FLOW_EVENT
event type to identify ltm events representing a change in flow that is exogenously triggeredConstructors in org.goplanit.assignment.ltm.eltm.event with parameters of type EventType Constructor Description CumulativeEvent(EventType type, Serializable sourceId, CumulativePoint cumulativePoint, Serializable... additionalContent)
Constructor of an LTM cumulative event.CumulativeEvent(EventType type, Object source, CumulativePoint cumulativePoint, Serializable singleParameter)
Constructor of an LTM cumulative event.ReleaseEvent(EventType type, TriggerEvent triggerEvent, CumulativePoint cumulativePoint, Serializable singleParameter)
ConstructorTriggerEvent(EventType type, LinkSegmentBoundary linkBoundarySource, CumulativePoint cumulativePoint, Serializable singleParameter)
Constructor -
Uses of EventType in org.goplanit.component.event
Subclasses of EventType in org.goplanit.component.event Modifier and Type Class Description class
PlanitComponentEventType
PLANit component event type class. -
Uses of EventType in org.goplanit.demands.modifier.event
Subclasses of EventType in org.goplanit.demands.modifier.event Modifier and Type Class Description class
DemandsModifierEventType
demands modifier event type class. -
Uses of EventType in org.goplanit.demands.modifier.event.handler
Constructors in org.goplanit.demands.modifier.event.handler with parameters of type EventType Constructor Description SyncXmlIdToIdDemandsEntitiesHandler(EventType superEventType)
Allow super classes to add additional event types to support -
Uses of EventType in org.goplanit.event.handler
Methods in org.goplanit.event.handler that return EventType Modifier and Type Method Description EventType[]
SyncXmlIdToIdHandler. getKnownSupportedEventTypes()
Collect explicitly supported event types that are known.Constructors in org.goplanit.event.handler with parameters of type EventType Constructor Description SyncXmlIdToIdHandler(EventType... eventTypes)
Default constructor -
Uses of EventType in org.goplanit.graph.directed.modifier.event.handler
Methods in org.goplanit.graph.directed.modifier.event.handler that return EventType Modifier and Type Method Description EventType[]
SyncXmlIdToIdBreakEdgeSegmentHandler. getKnownSupportedEventTypes()
Collect explicitly supported event types that are known. -
Uses of EventType in org.goplanit.graph.modifier.event.handler
Methods in org.goplanit.graph.modifier.event.handler that return EventType Modifier and Type Method Description EventType[]
SyncXmlIdToIdBreakEdgeHandler. getKnownSupportedEventTypes()
Collect explicitly supported event types that are known.Constructors in org.goplanit.graph.modifier.event.handler with parameters of type EventType Constructor Description SyncXmlIdToIdGraphEntitiesHandler(EventType superEventType)
Allow super classes to add additional event types to support -
Uses of EventType in org.goplanit.utils.event
Fields in org.goplanit.utils.event with type parameters of type EventType Modifier and Type Field Description protected Map<EventType,Map<EventListenerPriority,List<EventListener>>>
EventProducerImpl. listeners
The collection of interested listeners by event and priorityMethods in org.goplanit.utils.event that return EventType Modifier and Type Method Description default EventType[]
EventListener. getKnownSupportedEventTypes()
Collect explicitly supported event types that are known.EventType
Event. getType()
returns the type of the event.EventType
EventImpl. getType()
returns the type of the event.Methods in org.goplanit.utils.event that return types with arguments of type EventType Modifier and Type Method Description Set<EventType>
EventProducerImpl. getEventTypesWithListeners()
Determine the event types have one or more listeners registeredMethods in org.goplanit.utils.event with parameters of type EventType Modifier and Type Method Description protected void
EventProducerImpl. addListener(EventListener listener, EventListenerPriority priority, EventType... eventTypes)
Add a listener for one or more event types that are presumably triggered by this producerprotected void
EventProducerImpl. addListener(EventListener listener, EventType... eventTypes)
Add a listener for one or more event types that are presumably triggered by this producer, with the default priority (low)boolean
EventProducerImpl. hasListener(EventType eventType)
Verify if one or more listeners are registered for given event typeint
EventProducerImpl. numberOfListeners(EventType eventType)
Determine the number of listeners for a given event typeprotected boolean
EventProducerImpl. removeListener(EventListener listener, EventType eventType)
Remove a listener for a given event typeConstructors in org.goplanit.utils.event with parameters of type EventType Constructor Description EventImpl(EventType type, Object source, Object content)
ConstructorEventImpl(EventType type, Object source, Object[] content)
Constructor -
Uses of EventType in org.goplanit.utils.graph.modifier.event
Subclasses of EventType in org.goplanit.utils.graph.modifier.event Modifier and Type Class Description class
DirectedGraphModifierEventType
Directed graph modifier event type class.class
GraphModifierEventType
graph modifier event type class. -
Uses of EventType in org.goplanit.utils.service.routed.modifier
Subclasses of EventType in org.goplanit.utils.service.routed.modifier Modifier and Type Class Description class
RoutedServicesModifierEventType
Routed services modifier event type class. -
Uses of EventType in org.goplanit.utils.zoning.modifier.event
Subclasses of EventType in org.goplanit.utils.zoning.modifier.event Modifier and Type Class Description class
ZoningModifierEventType
zoning modifier event type class. -
Uses of EventType in org.goplanit.zoning
Methods in org.goplanit.zoning that return EventType Modifier and Type Method Description EventType[]
ConnectoidsImpl. getKnownSupportedEventTypes()
Collect explicitly supported event types that are known.EventType[]
TransferZoneGroupsImpl. getKnownSupportedEventTypes()
Collect explicitly supported event types that are known. -
Uses of EventType in org.goplanit.zoning.modifier.event.handler
Methods in org.goplanit.zoning.modifier.event.handler that return EventType Modifier and Type Method Description EventType[]
UpdateConnectoidsOnVertexRemovalHandler. getKnownSupportedEventTypes()
Collect explicitly supported event types that are known.EventType[]
UpdateDirectedConnectoidsOnBreakLinkSegmentHandler. getKnownSupportedEventTypes()
Collect explicitly supported event types that are known.
-