org.globus.ogsa
Interface ServiceDataListener

All Known Implementing Classes:
NotificationSourceProvider

public interface ServiceDataListener

The ServiceDataListener interface allows callbacks to be recieved when service data changes in a ServiceDataSet

See Also:
ServiceDataSet

Method Summary
 void serviceDataChanged(ServiceData serviceData, boolean ack)
          notifies the listener that a service data element has changed
 

Method Detail

serviceDataChanged

public void serviceDataChanged(ServiceData serviceData,
                               boolean ack)
notifies the listener that a service data element has changed

Parameters:
serviceData - service data element that has changed
ack - a hint whether the notifier expects notifications sent off as a result of this notificaiton to be acknowledged


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.