| Package | Description |
|---|---|
| javax.faces.application | |
| javax.faces.component | |
| javax.faces.event |
| Modifier and Type | Method and Description |
|---|---|
abstract ActionListener |
Application.getActionListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Application.setActionListener(ActionListener listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionListener[] |
ActionSource.getActionListeners() |
ActionListener[] |
UICommand.getActionListeners()
Returns an array of attached action listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionSource.addActionListener(ActionListener listener) |
void |
UICommand.addActionListener(ActionListener listener)
Adds a action listener.
|
void |
ActionSource.removeActionListener(ActionListener listener) |
void |
UICommand.removeActionListener(ActionListener listener)
Removes a action listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MethodExpressionActionListener
See Javadoc of JSF Specification
|
Copyright © 2013 Apache Software Foundation. All Rights Reserved.