Package | Description |
---|---|
org.apache.tapestry.listener |
Support classes that allows an object
to expose listener methods instead of listener properties.
|
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
protected ListenerMethodInvoker |
ListenerMapSourceImpl.createListenerMethodInvoker(java.lang.String name,
java.lang.reflect.Method[] methods)
This implementation returns a new
ListenerMethodInvoker . |
Constructor and Description |
---|
SyntheticListener(java.lang.Object target,
ListenerMethodInvoker invoker) |