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

Method Summary
 void invokeListener(IActionListener listener, IComponent source, IRequestCycle cycle, ListenerInvoker delegate)
           
 

Method Detail

invokeListener

public void invokeListener(IActionListener listener,
                           IComponent source,
                           IRequestCycle cycle,
                           ListenerInvoker delegate)