Uses of Interface
org.nuxeo.runtime.services.event.EventListener
-
-
Uses of EventListener in org.nuxeo.ecm.automation.core.impl
Classes in org.nuxeo.ecm.automation.core.impl that implement EventListener Modifier and Type Class Description class
ReloadListener
-
Uses of EventListener in org.nuxeo.ecm.directory
Classes in org.nuxeo.ecm.directory that implement EventListener Modifier and Type Class Description class
DirectoryCacheFlusher
Event listener that flushes theDirectoryService
caches. -
Uses of EventListener in org.nuxeo.ecm.multi.tenant
Classes in org.nuxeo.ecm.multi.tenant that implement EventListener Modifier and Type Class Description class
MultiTenantUserManager
-
Uses of EventListener in org.nuxeo.ecm.platform.computedgroups
Classes in org.nuxeo.ecm.platform.computedgroups that implement EventListener Modifier and Type Class Description class
UserManagerWithComputedGroups
UserManager
implementation that is aware ofComputedGroup
. -
Uses of EventListener in org.nuxeo.ecm.platform.usermanager
Subinterfaces of EventListener in org.nuxeo.ecm.platform.usermanager Modifier and Type Interface Description interface
UserManager
Classes in org.nuxeo.ecm.platform.usermanager that implement EventListener Modifier and Type Class Description class
FakeUserManagerImpl
class
UserManagerImpl
Standard implementation of the Nuxeo UserManager. -
Uses of EventListener in org.nuxeo.ecm.platform.web.common.admin
Classes in org.nuxeo.ecm.platform.web.common.admin that implement EventListener Modifier and Type Class Description class
AdministrativeStatusListener
Listen forAdministrativeStatus
changes and set the necessary flag inAdminStatusHelper
so that web infrastructure can directly use the Helper. -
Uses of EventListener in org.nuxeo.runtime.services.event
Methods in org.nuxeo.runtime.services.event with parameters of type EventListener Modifier and Type Method Description void
EventService. addListener(String topic, EventListener listener)
void
EventService. removeListener(String topic, EventListener listener)
Method parameters in org.nuxeo.runtime.services.event with type arguments of type EventListener Modifier and Type Method Description void
ListenerDescriptor. setListener(Class<EventListener> listenerClass)
-
Uses of EventListener in org.nuxeo.runtime.trackers.concurrent
Classes in org.nuxeo.runtime.trackers.concurrent that implement EventListener Modifier and Type Class Description class
ThreadEventListener
Wrap aThreadEventHandler
for being enlisted in theEventService
. -
Uses of EventListener in org.nuxeo.runtime.trackers.files
Classes in org.nuxeo.runtime.trackers.files that implement EventListener Modifier and Type Class Description class
FileEventListener
Wrap aFileEventHandler
for being enlisted in theEventService
.
-