org.jboss.cdi.tck.tests.event.observer
Class EventPayload

java.lang.Object
  extended by org.jboss.cdi.tck.tests.event.observer.EventPayload
Direct Known Subclasses:
StockPrice

public class EventPayload
extends Object


Constructor Summary
EventPayload()
           
 
Method Summary
 List<Class<?>> getClassesVisited()
           
 void recordVisit(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventPayload

public EventPayload()
Method Detail

getClassesVisited

public List<Class<?>> getClassesVisited()

recordVisit

public void recordVisit(Object o)


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