Uses of Class
org.nuxeo.ecm.automation.core.events.EventHandler
Packages that use EventHandler
-
Uses of EventHandler in org.nuxeo.ecm.automation.core.events
Fields in org.nuxeo.ecm.automation.core.events with type parameters of type EventHandlerModifier and TypeFieldDescriptionprotected final Map
<String, List<EventHandler>> EventHandlerRegistry.handlers
protected final Map
<String, List<EventHandler>> EventHandlerRegistry.postCommitHandlers
Methods in org.nuxeo.ecm.automation.core.events that return types with arguments of type EventHandlerModifier and TypeMethodDescriptionEventHandlerRegistry.getEventHandlers
(String eventId) EventHandlerRegistry.getPostCommitEventHandlers
(String eventId) Method parameters in org.nuxeo.ecm.automation.core.events with type arguments of type EventHandlerModifier and TypeMethodDescriptionboolean
EventHandlerRegistry.acceptEvent
(Event event, List<EventHandler> handlers) void
EventHandlerRegistry.handleEvent
(Event event, List<EventHandler> handlers, boolean saveSession) Constructor parameters in org.nuxeo.ecm.automation.core.events with type arguments of type EventHandlerModifierConstructorDescriptionEventHandlerRegistry
(Map<String, List<EventHandler>> handlers, Map<String, List<EventHandler>> postCommitHandlers)