public abstract class BehaviorEvent extends FacesEvent
BehaviorEvent is
the event that can be generated from component
Behavior.
| Constructor and Description |
|---|
BehaviorEvent(UIComponent component,
Behavior behavior)
Construct a new event object
from the specified source component and |
| Modifier and Type | Method and Description |
|---|---|
Behavior |
getBehavior()
Return the source |
getComponent, getPhaseId, isAppropriateListener, processListener, queue, setPhaseIdpublic 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 eventjava.lang.IllegalArgumentException - if component or
behavior is nullOracle and/or its affiliates. All Rights Reserved. Use is subject to license terms