org.apache.cocoon.forms.event
Interface ConfigurableWidgetListener

All Superinterfaces:
EventListener, WidgetListener
All Known Implementing Classes:
RequiredControl

public interface ConfigurableWidgetListener
extends WidgetListener

A WidgetListener that can recieve a configuration Element

Version:
$Id: ConfigurableWidgetListener.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Method Summary
 void setConfiguration(Element element)
          Set the configuration Element
 

Method Detail

setConfiguration

public void setConfiguration(Element element)
                      throws Exception
Set the configuration Element

Throws:
Exception


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