KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > NotificationEmitter

javax.management
Interface NotificationEmitter

All Superinterfaces:
NotificationBroadcaster
All Known Implementing Classes:
CounterMonitor, GaugeMonitor, JMXConnectorServer, MBeanServerDelegate, Monitor, NotificationBroadcasterSupport, RelationService, RequiredModelMBean, RMIConnectorServer, StringMonitor, Timer
See Also:
Top Examples, Source Code

void removeNotificationListener(NotificationListener listener,
                                NotificationFilter filter,
                                Object handback)
                                throws ListenerNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags