Package | Description |
---|---|
org.jboss.errai.ioc.client.lifecycle.api | |
org.jboss.errai.ioc.client.lifecycle.impl | |
org.jboss.errai.security.client.local.nav |
Modifier and Type | Interface and Description |
---|---|
interface |
Access<T>
An event for when an IOC bean instance has a method or field accessed.
|
interface |
Creation<T>
An event for the creation of a new bean instance.
|
interface |
Destruction<T>
An event representing the end of an IOC bean instances lifecycle.
|
interface |
StateChange<T>
An event representing a change in a bean instances internal state.
|
Modifier and Type | Method and Description |
---|---|
void |
LifecycleListener.observeEvent(LifecycleEvent<T> event)
This method is called when a
LifecycleEvent is called such that
LifecycleListener.isObserveableEventType(Class) returns true for this listener and
event. |
Modifier and Type | Method and Description |
---|---|
<T> Iterable<LifecycleListener<T>> |
LifecycleListenerRegistrar.getListeners(Class<? extends LifecycleEvent<T>> eventType,
T instance) |
boolean |
LifecycleListener.isObserveableEventType(Class<? extends LifecycleEvent<T>> eventType)
Check if this listener observes this event type.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessImpl<T> |
class |
CreationImpl<T> |
class |
DestructionImpl<T> |
class |
LifecycleEventImpl<T> |
class |
StateChangeImpl<T> |
Modifier and Type | Method and Description |
---|---|
<T> Iterable<LifecycleListener<T>> |
LifecycleListenerRegistrarImpl.getListeners(Class<? extends LifecycleEvent<T>> eventType,
T instance) |
Modifier and Type | Method and Description |
---|---|
void |
PageRoleLifecycleListener.observeEvent(LifecycleEvent<W> event) |
Modifier and Type | Method and Description |
---|---|
boolean |
PageRoleLifecycleListener.isObserveableEventType(Class<? extends LifecycleEvent<W>> eventType) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.