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 voidFramework. addListener(RuntimeServiceListener listener)Registers a listener to be notified about runtime events.static voidFramework. removeListener(RuntimeServiceListener listener)Removes the given listener.
-