public abstract class LifecycleListener
extends java.lang.Object
| Constructor and Description |
|---|
LifecycleListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterClose() |
void |
afterStart() |
void |
afterStop() |
void |
beforeClose() |
void |
beforeStart() |
void |
beforeStop() |