パッケージ jakarta.faces.event
インターフェース FacesListener
- すべてのスーパーインターフェース:
EventListenerSE
- すべての既知のサブインターフェース:
ActionListener
、AjaxBehaviorListener
、BehaviorListener
、ComponentSystemEventListener
、SystemEventListener
、ValueChangeListener
、ViewMapListener
- すべての既知の実装クラス:
ActionListenerWrapper
、ExceptionHandler
、ExceptionHandlerWrapper
、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
、MethodExpressionActionListener
、MethodExpressionValueChangeListener
、UIColumn
、UICommand
、UIComponent
、UIComponentBase
、UIData
、UIForm
、UIGraphic
、UIImportConstants
、UIInput
、UIMessage
、UIMessages
、UINamingContainer
、UIOutcomeTarget
、UIOutput
、UIPanel
、UIParameter
、UISelectBoolean
、UISelectItem
、UISelectItemGroup
、UISelectItemGroups
、UISelectItems
、UISelectMany
、UISelectOne
、UIViewAction
、UIViewParameter
、UIViewRoot
、UIWebsocket
public interface FacesListener extends EventListenerSE
さまざまな型の
FacesEvent
のイベントリスナー用の汎用ベースインターフェース。特定のFacesEvent
イベント型のすべてのリスナーインターフェースは、このインターフェースを継承する必要があります。このインターフェースの実装には、引数がゼロの public コンストラクターが必要です。このインターフェースを実装するクラスに、リクエスト間で保存および復元する必要のある状態がある場合、そのクラスは
StateHolder
も実装する必要があります。