|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ControllerStateListener
Controller state listener interface.
| Method Summary | |
|---|---|
void |
onException(Throwable e)
Notification: Exception occured during Controller thread execution |
void |
onReady()
Notification: Controller is ready to process connections; SelectorHandlers were initialized |
void |
onStarted()
Nofitication: Controller was started, thread pool was initialized |
void |
onStopped()
Notification: Controller was stopped, all worker threads were stopped |
| Method Detail |
|---|
void onStarted()
void onReady()
SelectorHandlers were initialized
void onStopped()
void onException(Throwable e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||