|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NonManagedObserver | |
---|---|
org.jboss.arquillian.core.impl | |
org.jboss.arquillian.core.spi |
Uses of NonManagedObserver in org.jboss.arquillian.core.impl |
---|
Methods in org.jboss.arquillian.core.impl with parameters of type NonManagedObserver | ||
---|---|---|
|
ManagerImpl.fire(T event,
NonManagedObserver<T> nonManagedObserver)
|
Constructors in org.jboss.arquillian.core.impl with parameters of type NonManagedObserver | |
---|---|
EventContextImpl(ManagerImpl manager,
List<ObserverMethod> interceptors,
List<ObserverMethod> observers,
NonManagedObserver<T> nonManagedObserver,
T event)
Create a new EventContext that will process all interceptors, observers and the non managed observer for a given event. |
Uses of NonManagedObserver in org.jboss.arquillian.core.spi |
---|
Methods in org.jboss.arquillian.core.spi with parameters of type NonManagedObserver | ||
---|---|---|
|
Manager.fire(T event,
NonManagedObserver<T> observer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |