com.ibm.websphere.pmi.client.event
Interface CpdEventListener
Deprecated. As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in
javax.management.j2ee.statistics
package.
This listener can only be used within the same JVM. It is mainly used by GUI tool to get notification from PMI client for a new/changed PMI data.
- public interface CpdEventListener
Method Summary
Modifier and Type | Method and Description |
---|---|
|
CpdEventPerformed(CpdEvent evt)
Deprecated. This is an interface for all the listener.
|
Method Detail
CpdEventPerformed
- void CpdEventPerformed(CpdEvent evt)
Deprecated.
This is an interface for all the listener.
It is designed for GUI tool to implement the action upon receiving event.