javax.faces.event
Class ComponentSystemEvent
java.lang.Object
java.util.EventObject
javax.faces.event.SystemEvent
javax.faces.event.ComponentSystemEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PostAddToViewEvent, PostConstructViewMapEvent, PostRestoreStateEvent, PostValidateEvent, PreDestroyViewMapEvent, PreRemoveFromViewEvent, PreRenderComponentEvent, PreRenderViewEvent, PreValidateEvent
public abstract class ComponentSystemEvent
- extends SystemEvent
ComponentSystemEvent is
the base class for SystemEvent
s that are specific to a UIComponent
instance.
- Since:
- 2.0
- See Also:
- Serialized Form
ComponentSystemEvent
public ComponentSystemEvent(UIComponent component)
Pass the argument
component
to the superclass constructor.
- Parameters:
component
- the UIComponent
reference to be
passed to the superclass constructor.
- Throws:
IllegalArgumentException
- if the argument is null
.- Since:
- 2.0
getComponent
public UIComponent getComponent()
the source UIComponent
that sent this event.
- Since:
- 2.0
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.