org.jboss.arquillian.core.spi
Interface NonManagedObserver<T>
public interface NonManagedObserver<T>
A simple form of Observer that can be added runtime during event fire.
Can be used by the caller of Manager.fire(Object, NonManagedObserver)
as a callback from the same context as the Event was fired in.
The NonManagedObserver is executed inside the interceptor chain but after all other observers.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Method Summary |
void |
fired(T event)
|
fired
void fired(T event)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.