Package | Description |
---|---|
org.jboss.arquillian.core.impl | |
org.jboss.arquillian.core.spi |
Modifier and Type | Class and Description |
---|---|
class |
ObserverImpl
ObjectObserver
|
Modifier and Type | Method and Description |
---|---|
List<ObserverMethod> |
ExtensionImpl.getObservers() |
Modifier and Type | Method and Description |
---|---|
int |
ObserverImpl.compareTo(ObserverMethod o) |
Constructor and Description |
---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<ObserverMethod> |
Extension.getObservers() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.