public interface TransportListener
Modifier and Type | Method and Description |
---|---|
void |
onCommand(java.lang.Object command)
called to process a command
|
void |
onException(java.io.IOException error)
An unrecoverable exception has occured on the transport
|
void |
transportInterupted()
The transport has suffered an interuption from which it hopes to recover
|
void |
transportResumed()
The transport has resumed after an interuption
|
void onCommand(java.lang.Object command)
command
- void onException(java.io.IOException error)
error
- void transportInterupted()
void transportResumed()
Copyright © 2005-2012. All Rights Reserved.