Package org.nuxeo.runtime
Interface RuntimeServiceListener
-
public interface RuntimeServiceListenerListener to be notified about the runtime service's life cycle events.Should be implemented by host platforms that need control over the starting and stopping of the runtime service.
- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEvent(RuntimeServiceEvent event)
-
-
-
Method Detail
-
handleEvent
void handleEvent(RuntimeServiceEvent event)
-
-