com.ibm.websphere.pmi.client.event
Class CpdEventjava.lang.Object | +--com.ibm.websphere.pmi.client.event.CpdEvent
- public class CpdEvent
- extends java.lang.Object
The PMI client package provides event and listener interfaces to inform clients, for instance, a GUI display, when new or changed data is available. The CpdEvent and CpdListener can only be used within a JVM.
Field Summary static int EVENT_DELETE_MEMBER
static int EVENT_DELETE_SUBCOLLECTION
static int EVENT_NEW_DATA
static int EVENT_NEW_MEMBER
static int EVENT_NEW_SUBCOLLECTION
static int EVENT_STRUCTURE_CHANGED
Constructor Summary CpdEvent(int type)
CpdEvent could be used for GUI tool to register as a listener so that it gets notice when an event happens.CpdEvent(java.lang.Object source, int type)
CpdEvent could be used for GUI tool to register as a listener so that it gets notice when an event happens.
Method Summary java.lang.Object getSource()
int getType()
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail EVENT_NEW_MEMBER
public static final int EVENT_NEW_MEMBER
- See Also:
- Constant Field Values
EVENT_NEW_SUBCOLLECTION
public static final int EVENT_NEW_SUBCOLLECTION
- See Also:
- Constant Field Values
EVENT_NEW_DATA
public static final int EVENT_NEW_DATA
- See Also:
- Constant Field Values
EVENT_STRUCTURE_CHANGED
public static final int EVENT_STRUCTURE_CHANGED
- See Also:
- Constant Field Values
EVENT_DELETE_MEMBER
public static final int EVENT_DELETE_MEMBER
- See Also:
- Constant Field Values
EVENT_DELETE_SUBCOLLECTION
public static final int EVENT_DELETE_SUBCOLLECTION
- See Also:
- Constant Field Values
Constructor Detail CpdEvent
public CpdEvent(java.lang.Object source, int type)
- CpdEvent could be used for GUI tool to register as a listener so that it gets notice when an event happens.
CpdEvent
public CpdEvent(int type)
- CpdEvent could be used for GUI tool to register as a listener so that it gets notice when an event happens.
Method Detail getSource
public java.lang.Object getSource()
getType
public int getType()
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.