|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IClientListener
IClientListener Listens to events from IClient.
| Method Summary | |
|---|---|
void |
sessionAborted(ClientSession clientSession)
sessionAborted a method for handling when a Target aborts a particular Session |
void |
targetDiscarded(TargetMirror targetMirror)
targetDiscarded a method for handling when a Target is discarded on a TUN registered with the URC. |
void |
targetDiscovered(TargetMirror targetMirror)
targetDiscovered a method for handling when a Target is discovered on a TUN registered with the URC. |
| Method Detail |
|---|
void targetDiscarded(TargetMirror targetMirror)
targetDiscarded a method for handling when a Target is discarded on a TUN registered with the URC.
It is called whenever a Target is removed (either voluntarily or forcibly) from a TUN.
targetMirror - a TargetMirror valuevoid targetDiscovered(TargetMirror targetMirror)
targetDiscovered a method for handling when a Target is discovered on a TUN registered with the URC.
It is called whenever a Target is added to a TUN.
targetMirror - a TargetMirror valuevoid sessionAborted(ClientSession clientSession)
sessionAborted a method for handling when a Target aborts a particular Session
clientSession - a ClientSession value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||