| Package | Description | 
|---|---|
| javax.faces.application | |
| javax.faces.component | |
| javax.faces.event | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ActionListener | Application. getActionListener()
 Return the default  ActionListenerto be registered for allActionSource<3code> components 
 in this appication. | 
| ActionListener | ApplicationWrapper. getActionListener() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | Application. setActionListener(ActionListener listener)Set the default  to be registered for allcomponents. | 
| void | ApplicationWrapper. setActionListener(ActionListener listener) | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionListener[] | ActionSource. getActionListeners() | 
| ActionListener[] | UIViewAction. getActionListeners() | 
| ActionListener[] | UICommand. getActionListeners()Event delivered when the "action" of the component has been
 invoked; for example, by clicking on a button. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ActionSource. addActionListener(ActionListener listener) | 
| void | UIViewAction. addActionListener(ActionListener listener) | 
| void | UICommand. addActionListener(ActionListener listener) | 
| void | ActionSource. removeActionListener(ActionListener listener) | 
| void | UIViewAction. removeActionListener(ActionListener listener) | 
| void | UICommand. removeActionListener(ActionListener listener) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ActionListenerWrapper | 
| class  | MethodExpressionActionListenerSee Javadoc of
 
 JSF Specification | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ActionListener | ActionListenerWrapper. getWrapped() | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.