Package org.nuxeo.runtime
Interface RuntimeServiceListener
-
public interface RuntimeServiceListener
Listener 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 void
handleEvent(RuntimeServiceEvent event)
-
-
-
Method Detail
-
handleEvent
void handleEvent(RuntimeServiceEvent event)
-
-