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

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

public static class ObserverExceptionAbortsProcessingTest.AnotherObserverWithException
extends Object


Field Summary
static RuntimeException theException
           
static boolean wasNotified
           
 
Constructor Summary
ObserverExceptionAbortsProcessingTest.AnotherObserverWithException()
           
 
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.AnotherObserverWithException

public ObserverExceptionAbortsProcessingTest.AnotherObserverWithException()
Method Detail

observer

public void observer(@Observes
                     ObserverExceptionAbortsProcessingTest.AnEventType event)


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