Interface ComponentSystemEventListener

All Superinterfaces:
EventListener, FacesListener
All Known Implementing Classes:
BehaviorHolderWrapper, ComponentRef, ComponentResourceContainer, CompositeComponentImpl, HtmlBody, HtmlColumn, HtmlCommandButton, HtmlCommandLink, HtmlCommandScript, HtmlDataTable, HtmlDoctype, HtmlForm, HtmlGraphicImage, HtmlHead, HtmlInputFile, HtmlInputHidden, HtmlInputSecret, HtmlInputText, HtmlInputTextarea, HtmlMessage, HtmlMessages, HtmlOutcomeTargetButton, HtmlOutcomeTargetLink, HtmlOutputFormat, HtmlOutputLabel, HtmlOutputLink, HtmlOutputText, HtmlPanelGrid, HtmlPanelGroup, HtmlSelectBooleanCheckbox, HtmlSelectManyCheckbox, HtmlSelectManyListbox, HtmlSelectManyMenu, HtmlSelectOneListbox, HtmlSelectOneMenu, HtmlSelectOneRadio, PassthroughElement, RadioRenderer, RadioRenderer.GroupSelectItem, ScriptRenderer, ScriptStyleBaseRenderer, StylesheetRenderer, UIColumn, UICommand, UIComponent, UIComponentBase, UIData, UIDebug, UIFocus, UIForm, UIGraphic, UIImportConstants, UIInput, UIInstructions, UILeaf, UILiteralText, UIMessage, UIMessages, UINamingContainer, UIOutcomeTarget, UIOutput, UIPanel, UIParameter, UIRepeat, UISelectBoolean, UISelectItem, UISelectItems, UISelectMany, UISelectOne, UIText, UIValidateWholeBean, UIViewAction, UIViewParameter, UIViewRoot, UIWebsocket, WebsocketRenderer

public interface ComponentSystemEventListener
extends FacesListener

Implementors of this class do not need an isListenerForSource() method because they are only installed on specific component instances, therefore the isListenerForSource() method is implicit. Also, the processEvent(jakarta.faces.event.ComponentSystemEvent) method on this interface takes a ComponentSystemEvent because the event will always be associated with a UIComponent instance.

Since:
2.0
  • Method Summary

    Modifier and Type Method Description
    void processEvent​(ComponentSystemEvent event)
    When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent subclass are true.