javax.faces.component
Class TestCommandActionListener
java.lang.Object
javax.faces.component.TestCommandActionListener
- All Implemented Interfaces:
- java.util.EventListener, ActionListener, FacesListener
public class TestCommandActionListener
- extends java.lang.Object
- implements ActionListener
Test implementation of ActionListener.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
actionListenerId
protected java.lang.String actionListenerId
TestCommandActionListener
public TestCommandActionListener(java.lang.String actionListenerId)
processAction
public void processAction(ActionEvent event)
- Description copied from interface:
ActionListener
Invoked when the action described by the specified
ActionEvent occurs.
- Specified by:
processAction in interface ActionListener
- Parameters:
event - The ActionEvent that has occurred
trace
public static void trace(java.lang.String text)
trace
public static java.lang.String trace()
Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.