org.jboss.webbeans.event
Class AsynchronousTransactionalEventNotification<T>

java.lang.Object
  extended by org.jboss.webbeans.event.DeferredEventNotification<T>
      extended by org.jboss.webbeans.event.AsynchronousTransactionalEventNotification<T>
All Implemented Interfaces:
java.lang.Runnable

public class AsynchronousTransactionalEventNotification<T>
extends DeferredEventNotification<T>

Author:
David Allen

Field Summary
 
Fields inherited from class org.jboss.webbeans.event.DeferredEventNotification
event, observer
 
Constructor Summary
AsynchronousTransactionalEventNotification(T event, ObserverImpl<T> observer)
           
 
Method Summary
 void run()
           
 
Methods inherited from class org.jboss.webbeans.event.DeferredEventNotification
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsynchronousTransactionalEventNotification

public AsynchronousTransactionalEventNotification(T event,
                                                  ObserverImpl<T> observer)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class DeferredEventNotification<T>


Copyright © 2011. All Rights Reserved.