org.jboss.management.mejb
Interface ListenerMBean
- All Superinterfaces:
- java.util.EventListener, NotificationListener (src)
- public interface ListenerMBean
- extends NotificationListener (src)
MBean Interface of a Notification Listener MBean
|
Method Summary |
void |
handleNotification(Notification (src) pNotification,
java.lang.Object pHandback)
Handles the given notifcation event and passed it to the registered
listener |
handleNotification
public void handleNotification(Notification (src) pNotification,
java.lang.Object pHandback)
- Handles the given notifcation event and passed it to the registered
listener
- Specified by:
handleNotification in interface NotificationListener (src)
- Parameters:
pNotification - NotificationEventpHandback - Handback object