public static interface ServerEventListener.ServerEvent
ServerEvent
is passed to a registered ServerEventListener
Consumers of this SPI must not implement this interface.
Modifier and Type | Interface and Description |
---|---|
static class |
ServerEventListener.ServerEvent.Type
The type of server event
|
Modifier and Type | Method and Description |
---|---|
ServerException |
getException() |
Server |
getServer() |
ServerEventListener.ServerEvent.Type |
getType()
The type of event
|
Server getServer()
ServerEventListener.ServerEvent.Type getType()
ServerException getException()