javax.faces.model
Class TestListener

java.lang.Object
  extended by javax.faces.model.TestListener
All Implemented Interfaces:
java.util.EventListener, DataModelListener

public class TestListener
extends java.lang.Object
implements DataModelListener

Test implementation of DataModelListener.


Constructor Summary
TestListener()
           
 
Method Summary
 void rowSelected(DataModelEvent event)
          Notification that a particular row index, with the associated row data, has been selected for processing.
static java.lang.String trace()
           
static void trace(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestListener

public TestListener()
Method Detail

rowSelected

public void rowSelected(DataModelEvent event)
Description copied from interface: DataModelListener

Notification that a particular row index, with the associated row data, has been selected for processing.

Specified by:
rowSelected in interface DataModelListener
Parameters:
event - The DataModelEvent we are processing

trace

public static java.lang.String trace()

trace

public static void trace(java.lang.String value)


Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.