Class 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 SystemEvents that are specific to a UIComponent instance.

Since:
2.0
See Also:
  • Constructor Details

    • 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.
      Since:
      2.0
  • Method Details