Uses of Class
microsim.event.EventGroup
-
Uses of EventGroup in microsim.event
Modifier and TypeMethodDescription@NonNull EventGroup
EventGroup.addCollectionEvent
(@NonNull Collection<?> elements, @NonNull Class<?> objectType, @NonNull String method) readOnly
defaults totrue
.@NonNull EventGroup
EventGroup.addCollectionEvent
(@NonNull Collection<?> elements, @NonNull Class<?> objectType, @NonNull String method, boolean readOnly) Creates a newCollectionTargetEvent
and adds the event to the list, using late binding method.@NonNull EventGroup
EventGroup.addCollectionEvent
(@NonNull Collection<?> elements, @NonNull Enum<?> actionType) readOnly
defaults totrue
.@NonNull EventGroup
EventGroup.addCollectionEvent
(@NonNull Collection<?> elements, @NonNull Enum<?> actionType, boolean readOnly) Creates a newCollectionTargetEvent
and adds the event to the list, using early binding method.Creates a newSingleTargetEvent
and adds the event to the list, using early binding method.@NonNull EventGroup
Creates a newSingleTargetEvent
and adds the event to the list, using late binding method.@NonNull EventGroup
Adds an event to the list.EventGroup.addSystemEvent
(@NonNull SimulationEngine engine, @NonNull SystemEventType actionType) Creates a newSystemEvent
and adds the event to the list.