javax.management.j2ee.statistics
package.public interface CpdEventSender
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
void |
addCpdEventListener(CpdEventListener al)
Deprecated.
Add a data change listener:
A listener that will be notified any time the data is updated
|
void |
notifyListeners(CpdEvent evt)
Deprecated.
Notify all the listners that there is new data
|
void |
notifyListeners(int evt_type)
Deprecated.
|
void |
removeCpdEventListener(CpdEventListener al)
Deprecated.
|
void addCpdEventListener(CpdEventListener al)
void removeCpdEventListener(CpdEventListener al)
void notifyListeners(CpdEvent evt)
void notifyListeners(int evt_type)