org.apache.myfaces.trinidad.component
Class AttributeChangeTester
java.lang.Object
javax.faces.el.MethodBinding
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.
|
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 |
AttributeChangeTester
public AttributeChangeTester()
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.