org.apache.tapestry.listener
Interface ListenerInvokerFilter
public interface ListenerInvokerFilter
Filter interface used with
ListenerInvoker. Implementations of
this filter interface may be plugged into the listener method invocation
pipeline. Typical applications involve handling transactions.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
invokeListener
void invokeListener(IActionListener listener,
IComponent source,
IRequestCycle cycle,
ListenerInvoker delegate)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.