|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ControlConnectionListener
A contract for implementations of ControlConnectionListener.
These listeners will be notified when a command is sent to the remote host
over the control connection or a reply is received from the remote host.
| Method Summary | |
|---|---|
void |
commandSent(ControlConnectionEvent evt)
Called by the ControlConnection when a command is sent to
the remote host. |
void |
replyReceived(ControlConnectionEvent evt)
Called by the ControlConnection when a reply is received
from the remote host. |
| Method Detail |
|---|
void commandSent(ControlConnectionEvent evt)
ControlConnection when a command is sent to
the remote host.
evt - ControlConnectionEvent.void replyReceived(ControlConnectionEvent evt)
ControlConnection when a reply is received
from the remote host.
evt - ControlConnectionEvent.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||