|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICommunicationListener
Listener for communication events which occur when data is sent or received.
Method Summary | |
---|---|
void |
comment(String comment)
Write optional comment about the next transaction. |
void |
dataReceived(String data)
Executed when data is received from the target. |
void |
dataSent(String data)
Executed when data is sent to the target. |
Method Detail |
---|
void dataSent(String data)
data
- data to sendvoid dataReceived(String data)
data
- that is receivedvoid comment(String comment)
comment
- that describes the next transaction in the protocol.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |