org.jboss.cdi.tck.tests.decorators.invocation.observer
Class ObserverImpl
java.lang.Object
org.jboss.cdi.tck.tests.decorators.invocation.observer.ObserverImpl
- All Implemented Interfaces:
- Observer
public class ObserverImpl
- extends Object
- implements Observer
- Author:
- pmuir
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObserverImpl
public ObserverImpl()
reset
public static void reset()
- Parameters:
log - the log to set
observe
public void observe(@Observes
Foo foo)
- Specified by:
observe in interface Observer
isObservervedCorrectly
public static boolean isObservervedCorrectly()
- Returns:
- the disposedCorrectly
Copyright © 2008-2013 Seam Framework. All Rights Reserved.