javax.faces.component
Class TestCommandActionListener

java.lang.Object
  extended by 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.


Field Summary
protected  java.lang.String actionListenerId
           
 
Constructor Summary
TestCommandActionListener(java.lang.String actionListenerId)
           
 
Method Summary
 void processAction(ActionEvent event)
          Invoked when the action described by the specified ActionEvent occurs.
static java.lang.String trace()
           
static void trace(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actionListenerId

protected java.lang.String actionListenerId
Constructor Detail

TestCommandActionListener

public TestCommandActionListener(java.lang.String actionListenerId)
Method Detail

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.