Uses of Interface
org.apache.tapestry.listener.ListenerMethodInvoker

Packages that use ListenerMethodInvoker
org.apache.tapestry.listener Support classes that allows an object to expose listener methods instead of listener properties
 

Uses of ListenerMethodInvoker in org.apache.tapestry.listener
 

Classes in org.apache.tapestry.listener that implement ListenerMethodInvoker
 class ListenerMethodInvokerImpl
          Logic for mapping a listener method name to an actual method invocation; this may require a little searching to find the correct version of the method, based on the number of parameters to the method (there's a lot of flexibility in terms of what methods may be considered a listener method).
 

Methods in org.apache.tapestry.listener that return ListenerMethodInvoker
protected  ListenerMethodInvoker ListenerMapSourceImpl.createListenerMethodInvoker(String name, Method[] methods)
          This implementation returns a new ListenerMethodInvoker.
 

Constructors in org.apache.tapestry.listener with parameters of type ListenerMethodInvoker
SyntheticListener(Object target, ListenerMethodInvoker invoker)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.