javax.faces.event
Class ActionListenerWrapper
java.lang.Object
javax.faces.event.ActionListenerWrapper
- All Implemented Interfaces:
- EventListener, ActionListener, FacesListener, FacesWrapper<ActionListener>
public abstract class ActionListenerWrapper
- extends Object
- implements ActionListener, FacesWrapper<ActionListener>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionListenerWrapper
public ActionListenerWrapper()
processAction
public void processAction(ActionEvent actionEvent)
throws AbortProcessingException
- Specified by:
processAction
in interface ActionListener
- Throws:
AbortProcessingException
getWrapped
public abstract ActionListener getWrapped()
- Description copied from interface:
FacesWrapper
- A class that implements this interface uses this method to return an instance of the class being wrapped.
- Specified by:
getWrapped
in interface FacesWrapper<ActionListener>
- Returns:
- the instance of the class being wrapped
Copyright © 2014 The Apache Software Foundation. All rights reserved.