public interface ReadListener
| Modifier and Type | Method and Description |
|---|---|
void |
message(java.lang.String op,
Message message)
Called when the message is any non-protocol message
|
void |
protocol(java.lang.String op,
java.lang.String text)
Called when the message is specifically a protocol message
|
void protocol(java.lang.String op,
java.lang.String text)
op - the protocol operationtext - the text associated with the protocol if there is any. May be nullvoid message(java.lang.String op,
Message message)
op - the message operationmessage - the actual message