Uses of Interface
org.nuxeo.runtime.RuntimeServiceListener
-
Packages that use RuntimeServiceListener Package Description org.nuxeo.runtime.api -
-
Uses of RuntimeServiceListener in org.nuxeo.runtime.api
Methods in org.nuxeo.runtime.api with parameters of type RuntimeServiceListener Modifier and Type Method Description static void
Framework. addListener(RuntimeServiceListener listener)
Registers a listener to be notified about runtime events.static void
Framework. removeListener(RuntimeServiceListener listener)
Removes the given listener.
-