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 void
ReloadListener. 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 void
DirectoryCacheFlusher. 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 void
FakeUserManagerImpl. handleEvent(Event event)
void
UserManagerImpl. 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 void
AdministrativeStatusListener. 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 void
EventCallback. canceled(Event event)
void
EventCallback. done(Event event)
void
EventCallback. error(Event event)
void
EventListener. handleEvent(Event event)
An event was received.void
EventService. 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 class
ThreadEvent
Runtime events that be fired once a thread is about to enter in the nuxeo runtime or leave it.protected static class
ThreadEvent.EnterEvent
protected static class
ThreadEvent.LeaveEvent
Methods in org.nuxeo.runtime.trackers.concurrent with parameters of type Event Modifier and Type Method Description void
ThreadEventListener. 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 class
FileEvent
Runtime 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 void
FileEventListener. handleEvent(Event anEvent)
-