|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransportListener
An asynchronous listener of commands
Method Summary | |
---|---|
void |
onRefill()
transport can now accept more commands for transmission. |
void |
onTransportCommand(Object command)
called to process a command |
void |
onTransportConnected()
The transport has been connected. |
void |
onTransportDisconnected()
The transport has been disconnected. |
void |
onTransportFailure(IOException error)
An unrecoverable exception has occured on the transport |
Method Detail |
---|
void onTransportCommand(Object command)
command
- void onRefill()
void onTransportFailure(IOException error)
error
- void onTransportConnected()
void onTransportDisconnected()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |