Uses of Class
org.nuxeo.runtime.services.event.Event
-
-
Uses of Event in org.nuxeo.ecm.automation.core.impl
Methods in org.nuxeo.ecm.automation.core.impl with parameters of type Event Modifier and Type Method Description voidReloadListener. handleEvent(Event event) -
Uses of Event in org.nuxeo.ecm.core.blob
Methods in org.nuxeo.ecm.core.blob with parameters of type Event Modifier and Type Method Description voidAsyncDigestListener. handleEvent(Event event) -
Uses of Event in org.nuxeo.ecm.directory
Methods in org.nuxeo.ecm.directory with parameters of type Event Modifier and Type Method Description voidDirectoryCacheFlusher. handleEvent(Event event) -
Uses of Event in org.nuxeo.ecm.platform.usermanager
Methods in org.nuxeo.ecm.platform.usermanager with parameters of type Event Modifier and Type Method Description voidFakeUserManagerImpl. handleEvent(Event event)voidUserManagerImpl. handleEvent(Event event) -
Uses of Event in org.nuxeo.ecm.platform.web.common.admin
Methods in org.nuxeo.ecm.platform.web.common.admin with parameters of type Event Modifier and Type Method Description voidAdministrativeStatusListener. handleEvent(Event event) -
Uses of Event in org.nuxeo.runtime.services.event
Methods in org.nuxeo.runtime.services.event with parameters of type Event Modifier and Type Method Description voidEventCallback. canceled(Event event)voidEventCallback. done(Event event)voidEventCallback. error(Event event)voidEventListener. handleEvent(Event event)An event was received.voidEventService. sendEvent(Event event) -
Uses of Event in org.nuxeo.runtime.trackers.concurrent
Subclasses of Event in org.nuxeo.runtime.trackers.concurrent Modifier and Type Class Description classThreadEventRuntime events that be fired once a thread is about to enter in the nuxeo runtime or leave it.protected static classThreadEvent.EnterEventprotected static classThreadEvent.LeaveEventMethods in org.nuxeo.runtime.trackers.concurrent with parameters of type Event Modifier and Type Method Description voidThreadEventListener. handleEvent(Event anEvent) -
Uses of Event in org.nuxeo.runtime.trackers.files
Subclasses of Event in org.nuxeo.runtime.trackers.files Modifier and Type Class Description classDirectoryEventclassFileEventRuntime events about transient files which should be deleted once the runtime leave the thread (FileEventTracker).Methods in org.nuxeo.runtime.trackers.files with parameters of type Event Modifier and Type Method Description voidFileEventListener. handleEvent(Event anEvent)
-