actionListener - Action Listener
Specifies the MethodBinding action listener to be notified when the user activates the control.
Category
eventsSyntax
actionListener="listener"
Usage
TheactionListener
value
must be a public method that takes an ActionEvent
parameter
and returns void.