com.ibm.websphere.pmi.client.event
Interface CpdEventSender

All Superinterfaces:
java.lang.Cloneable
All Known Subinterfaces:
CpdCollection, CpdData
All Known Implementing Classes:
CpdEventSenderImpl

public interface CpdEventSender
extends java.lang.Cloneable


Method Summary
 void addCpdEventListener(CpdEventListener al)
          Add a data change listener: A listener that will be notified any time the data is updated
 void notifyListeners(CpdEvent evt)
          Notify all the listners that there is new data
 void notifyListeners(int evt_type)
           
 void removeCpdEventListener(CpdEventListener al)
           
 

Method Detail

addCpdEventListener

public void addCpdEventListener(CpdEventListener al)
Add a data change listener: A listener that will be notified any time the data is updated


removeCpdEventListener

public void removeCpdEventListener(CpdEventListener al)

notifyListeners

public void notifyListeners(CpdEvent evt)
Notify all the listners that there is new data


notifyListeners

public void notifyListeners(int evt_type)


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.