Example usage for Java javax.management NotificationEmitter fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) Adds a listener to this MBean. |
void | removeNotificationListener(NotificationListener listener) Removes a listener from this MBean. |
void | removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) Removes a listener from this MBean. |