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
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)