org.apache.myfaces.trinidad.component
Class AttributeChangeTester

java.lang.Object
  extended by javax.faces.el.MethodBinding
      extended by org.apache.myfaces.trinidad.component.AttributeChangeTester
All Implemented Interfaces:
java.util.EventListener, javax.faces.event.FacesListener, org.apache.myfaces.trinidad.event.AttributeChangeListener

public class AttributeChangeTester
extends javax.faces.el.MethodBinding
implements org.apache.myfaces.trinidad.event.AttributeChangeListener

Utility class for testing out AttributeChange events.


Constructor Summary
AttributeChangeTester()
           
 
Method Summary
 java.lang.Class<?> getType(javax.faces.context.FacesContext context)
           
 java.lang.Object invoke(javax.faces.context.FacesContext context, java.lang.Object[] params)
           
 void processAttributeChange(org.apache.myfaces.trinidad.event.AttributeChangeEvent event)
           
 void verify()
           
 
Methods inherited from class javax.faces.el.MethodBinding
getExpressionString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeChangeTester

public AttributeChangeTester()
Method Detail

processAttributeChange

public void processAttributeChange(org.apache.myfaces.trinidad.event.AttributeChangeEvent event)
Specified by:
processAttributeChange in interface org.apache.myfaces.trinidad.event.AttributeChangeListener

invoke

public java.lang.Object invoke(javax.faces.context.FacesContext context,
                               java.lang.Object[] params)
Specified by:
invoke in class javax.faces.el.MethodBinding

getType

public java.lang.Class<?> getType(javax.faces.context.FacesContext context)
Specified by:
getType in class javax.faces.el.MethodBinding

verify

public void verify()


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.