|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.model.TestListener
public class TestListener
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 |
---|
public TestListener()
Method Detail |
---|
public void rowSelected(DataModelEvent event)
DataModelListener
Notification that a particular row index, with the associated row data, has been selected for processing.
rowSelected
in interface DataModelListener
event
- The DataModelEvent
we are processingpublic static java.lang.String trace()
public static void trace(java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |