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.handlersprotected final Map<String, List<EventHandler>> EventHandlerRegistry.postCommitHandlersMethods 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 TypeMethodDescriptionbooleanEventHandlerRegistry.acceptEvent(Event event, List<EventHandler> handlers) voidEventHandlerRegistry.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)