Uses of Class
microsim.event.EventGroup
Packages that use EventGroup
-
Uses of EventGroup in microsim.event
Methods in microsim.event that return EventGroupModifier and TypeMethodDescription@NonNull EventGroupEventGroup.addCollectionEvent(@NonNull Collection<?> elements, @NonNull Class<?> objectType, @NonNull String method) readOnlydefaults totrue.@NonNull EventGroupEventGroup.addCollectionEvent(@NonNull Collection<?> elements, @NonNull Class<?> objectType, @NonNull String method, boolean readOnly) Creates a newCollectionTargetEventand adds the event to the list, using late binding method.@NonNull EventGroupEventGroup.addCollectionEvent(@NonNull Collection<?> elements, @NonNull Enum<?> actionType) readOnlydefaults totrue.@NonNull EventGroupEventGroup.addCollectionEvent(@NonNull Collection<?> elements, @NonNull Enum<?> actionType, boolean readOnly) Creates a newCollectionTargetEventand adds the event to the list, using early binding method.Creates a newSingleTargetEventand adds the event to the list, using early binding method.@NonNull EventGroupCreates a newSingleTargetEventand adds the event to the list, using late binding method.@NonNull EventGroupAdds an event to the list.EventGroup.addSystemEvent(@NonNull SimulationEngine engine, @NonNull SystemEventType actionType) Creates a newSystemEventand adds the event to the list.