public class JmxEventListener extends Object implements NotificationListener
JmxBeanFactory| Constructor and Description | 
|---|
JmxEventListener()  | 
| Modifier and Type | Method and Description | 
|---|---|
static JmxEventListener | 
getListner()
Factory method that returns an instance of the listener. 
 | 
void | 
handleNotification(Notification notification,
                  Object handback)
This is the mplemented method for NotificationListener. 
 | 
public static JmxEventListener getListner()
public void handleNotification(Notification notification, Object handback)
handleNotification in interface NotificationListenernotification - the notification object passed to closure used to handle JmxBuilder events.handback - - In this case, the handback is the closure to execute when the event is handled.