public interface ContainerStateListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
ContainerStateListener.ContainerState
Enum for container states
|
| Modifier and Type | Method and Description |
|---|---|
void |
state(ContainerStateListener.ContainerState state,
Object exit)
Invoked when container state is changing.
|
void state(ContainerStateListener.ContainerState state, Object exit)
state - the ContainerStateListener.ContainerStateexit - the requested exit status