|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Dispatcher
The Dispatcher defines the interface used for communication between
ManagerConnection and ManagerReader.
Do not use this interface in your code, it is intended to be used only by the
DefaultManagerConnection and its ManagerReader.
Method Summary | |
---|---|
void |
dispatchEvent(ManagerEvent event)
This method is called by the reader whenever a ManagerEvent is received. |
void |
dispatchResponse(ManagerResponse response)
This method is called by the reader whenever a ManagerResponse is
received. |
Method Detail |
---|
void dispatchResponse(ManagerResponse response)
ManagerResponse
is
received. The response is dispatched to the associated
ManagerResponseHandler
.
response
- the resonse received by the readerManagerReader
void dispatchEvent(ManagerEvent event)
event
- the event received by the readerManagerReader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |