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

java.lang.Object
  extended by org.jboss.webbeans.tck.unit.event.EventTest.AListObserver
All Implemented Interfaces:
javax.event.Observer<java.util.ArrayList<java.lang.String>>
Enclosing class:
EventTest

public static class EventTest.AListObserver
extends java.lang.Object
implements javax.event.Observer<java.util.ArrayList<java.lang.String>>


Field Summary
 boolean wasNotified
           
 
Constructor Summary
EventTest.AListObserver()
           
 
Method Summary
 void notify(java.util.ArrayList<java.lang.String> 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

EventTest.AListObserver

public EventTest.AListObserver()
Method Detail

notify

public void notify(java.util.ArrayList<java.lang.String> event)
Specified by:
notify in interface javax.event.Observer<java.util.ArrayList<java.lang.String>>


Copyright © 2008-2009. All Rights Reserved.