|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMutlithreadedServerListener
listener interface, which defines specific callback methods for a IMultithreadedServer
Method Summary | |
---|---|
void |
onDispatcherAdded(IDispatcher dispatcher)
Deprecated. |
void |
onDispatcherRemoved(IDispatcher dispatcher)
Deprecated. |
void |
onWorkerPoolUpdated(IWorkerPool oldWorkerPool,
IWorkerPool newWorkerPool)
Deprecated. |
Methods inherited from interface org.xsocket.ILifeCycle |
---|
onDestroy, onInit |
Method Detail |
---|
void onWorkerPoolUpdated(IWorkerPool oldWorkerPool, IWorkerPool newWorkerPool)
oldWorkerPool
- the old worker pool or null
newWorkerPool
- the new worker pool or null
void onDispatcherAdded(IDispatcher dispatcher)
IDispatcher
add event
dispatcher
- the added dispatchervoid onDispatcherRemoved(IDispatcher dispatcher)
IDispatcher
removed event
dispatcher
- the removed dispatcher
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |