org.jboss.webbeans.tck.unit.event
Class EventTest.AnObserverWithException

java.lang.Object
  extended by org.jboss.webbeans.tck.unit.event.EventTest.AnObserverWithException
All Implemented Interfaces:
javax.event.Observer<EventTest.AnEventType>
Enclosing class:
EventTest

public static class EventTest.AnObserverWithException
extends java.lang.Object
implements javax.event.Observer<EventTest.AnEventType>


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

Field Detail

wasNotified

public boolean wasNotified

theException

public java.lang.RuntimeException theException
Constructor Detail

EventTest.AnObserverWithException

public EventTest.AnObserverWithException()
Method Detail

notify

public void notify(EventTest.AnEventType event)
Specified by:
notify in interface javax.event.Observer<EventTest.AnEventType>


Copyright © 2008-2009. All Rights Reserved.