org.apache.cocoon.forms.event
Interface WidgetListenerBuilder

All Known Implementing Classes:
JavaClassWidgetListenerBuilder, JavaScriptWidgetListenerBuilder

public interface WidgetListenerBuilder

A component that build widget event listeners.

Version:
$Id: WidgetListenerBuilder.java 151179 2005-02-03 16:55:16Z tim $
Author:
Sylvain Wallez

Field Summary
static String ROLE
           
 
Method Summary
 WidgetListener buildListener(Element element, Class listenerClass)
           
 

Field Detail

ROLE

public static final String ROLE
Method Detail

buildListener

public WidgetListener buildListener(Element element,
                                    Class listenerClass)
                             throws Exception
Throws:
Exception


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.