Uses of Interface
pl.edu.icm.unity.types.Event
-
Packages that use Event Package Description pl.edu.icm.unity.engine.api.event Events processing -
-
Uses of Event in pl.edu.icm.unity.engine.api.event
Methods in pl.edu.icm.unity.engine.api.event with parameters of type Event Modifier and Type Method Description voidEventPublisher. fireEvent(Event event)Publish the event for further processing.voidEventPublisherWithAuthz. fireEventWithAuthz(Event event)Invokes the event thru {@link EventPublisher.fireEvent(Event)}, however the caller is authorized with the highest privilege level.booleanEventListener. handleEvent(Event event)Called only on events of a proper category, for which isWanted returned true.booleanEventListener. isAsync(Event event)This method should return whether async processing is allowed.booleanEventListener. isWanted(Event event)This method should perform a fast filtering of uninteresting events.
-