org.jboss.jsr299.tck.tests.event.observer.abortProcessing
Class ObserverExceptionAbortsProcessingTest.AnObserverWithException

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.event.observer.abortProcessing.ObserverExceptionAbortsProcessingTest.AnObserverWithException
Enclosing class:
ObserverExceptionAbortsProcessingTest

public static class ObserverExceptionAbortsProcessingTest.AnObserverWithException
extends Object


Field Summary
static RuntimeException theException
           
static boolean wasNotified
           
 
Constructor Summary
ObserverExceptionAbortsProcessingTest.AnObserverWithException()
           
 
Method Summary
 void observer(ObserverExceptionAbortsProcessingTest.AnEventType event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wasNotified

public static boolean wasNotified

theException

public static final RuntimeException theException
Constructor Detail

ObserverExceptionAbortsProcessingTest.AnObserverWithException

public ObserverExceptionAbortsProcessingTest.AnObserverWithException()
Method Detail

observer

public void observer(@Observes
                     ObserverExceptionAbortsProcessingTest.AnEventType event)


Copyright © 2008-2012 Seam Framework. All Rights Reserved.