edu.wisc.trace.urcsdk.client
Interface IClientListener

All Known Implementing Classes:
FacadeForJs

public interface IClientListener

IClientListener Listens to events from IClient.

Author:
Parikshit Thakur & Team

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

targetDiscarded

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.

Parameters:
targetMirror - a TargetMirror value

targetDiscovered

void 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.

Parameters:
targetMirror - a TargetMirror value

sessionAborted

void sessionAborted(ClientSession clientSession)
sessionAborted a method for handling when a Target aborts a particular Session

Parameters:
clientSession - a ClientSession value


Copyright © 2006 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.