|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.faces.event.FacesEvent javax.faces.event.BehaviorEvent
public abstract class BehaviorEvent
BehaviorEvent is
the event that can be generated from component
Behavior
.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
BehaviorEvent(UIComponent component,
Behavior behavior)
Construct a new event object
from the specified source component and |
Method Summary | |
---|---|
Behavior |
getBehavior()
Return the source |
Methods inherited from class javax.faces.event.FacesEvent |
---|
getComponent, getPhaseId, isAppropriateListener, processListener, queue, setPhaseId |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BehaviorEvent(UIComponent component, Behavior behavior)
Construct a new event object
from the specified source component and behavior
.
component
- Source UIComponent
for this eventbehavior
- Behavior
that sent this event
java.lang.IllegalArgumentException
- if component
or
behavior
is null
Method Detail |
---|
public Behavior getBehavior()
Return the source Behavior
that sent this event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |