com.ibm.websphere.pmi.client.event
Class CpdEventSenderImpl
java.lang.Object
|
+--com.ibm.websphere.pmi.client.event.CpdEventSenderImpl
- All Implemented Interfaces:
- java.lang.Cloneable, CpdEventSender, java.io.Serializable
- public class CpdEventSenderImpl
- extends java.lang.Object
- implements CpdEventSender, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
listeners
protected transient java.util.Vector listeners
CpdEventSenderImpl
public CpdEventSenderImpl()
addCpdEventListener
public void addCpdEventListener(CpdEventListener al)
- Add a data change listener:
A listener that will be notified any time the data is updated
- Specified by:
addCpdEventListener
in interface CpdEventSender
removeCpdEventListener
public void removeCpdEventListener(CpdEventListener al)
- Specified by:
removeCpdEventListener
in interface CpdEventSender
notifyListeners
public void notifyListeners(CpdEvent e)
- Notify all the listners that there is new data
- Specified by:
notifyListeners
in interface CpdEventSender
notifyListeners
public void notifyListeners(int type)
- Specified by:
notifyListeners
in interface CpdEventSender
clone
public java.lang.Object clone()
- Return a clone of the data object
- Overrides:
clone
in class java.lang.Object