Uses of Interface
org.jboss.arquillian.core.spi.NonManagedObserver

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
<T> void
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
<T> void
Manager.fire(T event, NonManagedObserver<T> observer)
           
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.