Uses of Class
jakarta.faces.event.ActionEvent
-
Packages that use ActionEvent Package Description jakarta.faces.event -
-
Uses of ActionEvent in jakarta.faces.event
Methods in jakarta.faces.event with parameters of type ActionEvent Modifier and Type Method Description void
ActionListener. processAction(ActionEvent event)
Invoked when the action described by the specifiedActionEvent
occurs.void
ActionListenerWrapper. processAction(ActionEvent event)
void
MethodExpressionActionListener. processAction(ActionEvent actionEvent)
Call through to theMethodExpression
passed in our constructor.
-