org.apache.cocoon.woody.event
Interface WidgetListenerBuilder

All Known Implementing Classes:
JavaClassWidgetListenerBuilder, JavaScriptWidgetListenerBuilder

public interface WidgetListenerBuilder

A component that build widget event listeners.

Version:
CVS $Id: WidgetListenerBuilder.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Sylvain Wallez

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

Field Detail

ROLE

static final String ROLE
Method Detail

buildListener

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


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.