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.

  1. public interface CpdEventListener

Method Summary

Modifier and Type Method and Description
  1. void
CpdEventPerformed(CpdEvent evt)
Deprecated. This is an interface for all the listener.

Method Detail

CpdEventPerformed

  1. 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.