org.jboss.jsr299.tck.tests.event.resolve.typeWithParameters
Class ChecksEventTypeWhenResolvingTest.AnObserver

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.event.resolve.typeWithParameters.ChecksEventTypeWhenResolvingTest.AnObserver
Enclosing class:
ChecksEventTypeWhenResolvingTest

public static class ChecksEventTypeWhenResolvingTest.AnObserver
extends Object


Field Summary
 boolean wasNotified
           
 
Constructor Summary
ChecksEventTypeWhenResolvingTest.AnObserver()
           
 
Method Summary
 void observes(ChecksEventTypeWhenResolvingTest.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
Constructor Detail

ChecksEventTypeWhenResolvingTest.AnObserver

public ChecksEventTypeWhenResolvingTest.AnObserver()
Method Detail

observes

public void observes(@Observes
                     ChecksEventTypeWhenResolvingTest.AnEventType event)


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