Interface LifecycleListener
-
public interface LifecycleListener
Listener listening of the lifecycle changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterClose()
void
afterStart()
void
afterStop()
void
beforeClose()
void
beforeStart()
void
beforeStop()
-