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