com.tivoli.twg.engine
Interface TWGClientServiceListener

All Known Implementing Classes:
TWGTask

public interface TWGClientServiceListener

Listener interface for subscribers to client service notifications


Method Summary
 void clientServiceAdded(java.lang.String svcname, TWGManagedObject mo)
          Service add notification : indicates that the given client service has been added to the given managed object
 void clientServiceRemoved(java.lang.String svcname, TWGManagedObject mo)
          Service remove notification ; indicates that the given client service has been remove from the given managed object
 

Method Detail

clientServiceAdded

public void clientServiceAdded(java.lang.String svcname,
                               TWGManagedObject mo)
Service add notification : indicates that the given client service has been added to the given managed object

Parameters:
svcname - - client service name
mo - - managed object

clientServiceRemoved

public void clientServiceRemoved(java.lang.String svcname,
                                 TWGManagedObject mo)
Service remove notification ; indicates that the given client service has been remove from the given managed object

Parameters:
svcname - - client service name
mo - - managed object