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. asyncWaitHooksMethods in org.nuxeo.ecm.core.event.impl with parameters of type AsyncWaitHook Modifier and Type Method Description voidEventServiceImpl. registerForAsyncWait(AsyncWaitHook callback)voidEventServiceImpl. unregisterForAsyncWait(AsyncWaitHook callback)
-