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