Uses of Interface
org.nuxeo.ecm.core.event.impl.AsyncWaitHook
-
Packages that use AsyncWaitHook Package Description org.nuxeo.ecm.core.event.impl Event Service implementation. -
-
Uses of AsyncWaitHook in org.nuxeo.ecm.core.event.impl
Fields in org.nuxeo.ecm.core.event.impl with type parameters of type AsyncWaitHook Modifier and Type Field Description protected List<AsyncWaitHook>
EventServiceImpl. asyncWaitHooks
Methods in org.nuxeo.ecm.core.event.impl with parameters of type AsyncWaitHook Modifier and Type Method Description void
EventServiceImpl. registerForAsyncWait(AsyncWaitHook callback)
void
EventServiceImpl. unregisterForAsyncWait(AsyncWaitHook callback)
-