javax.faces.component
Class TestDataActionListener

java.lang.Object
  extended by javax.faces.component.TestDataActionListener
All Implemented Interfaces:
java.util.EventListener, ActionListener, FacesListener

public class TestDataActionListener
extends java.lang.Object
implements ActionListener

Test ActionListener implementation.


Constructor Summary
TestDataActionListener()
           
 
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
 

Constructor Detail

TestDataActionListener

public TestDataActionListener()
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.