org.jboss.mx.notification
Class AsynchNotificationBroadcasterSupport.AsynchNotifier

java.lang.Object
  extended byorg.jboss.mx.notification.AsynchNotificationBroadcasterSupport.AsynchNotifier
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
AsynchNotificationBroadcasterSupport (src)

public class AsynchNotificationBroadcasterSupport.AsynchNotifier
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
AsynchNotificationBroadcasterSupport.AsynchNotifier(NotificationListener (src)  listener, Notification (src)  notification, java.lang.Object handback)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchNotificationBroadcasterSupport.AsynchNotifier

public AsynchNotificationBroadcasterSupport.AsynchNotifier(NotificationListener (src)  listener,
                                                           Notification (src)  notification,
                                                           java.lang.Object handback)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable