public static interface Server.ServerListener
| Modifier and Type | Method and Description |
|---|---|
void |
onException(java.lang.Exception e)
An error occurred while starting the server.
|
void |
onStarted()
When the server is started.
|
void |
onStopped()
When the server stops running.
|