org.apache.cocoon.forms.event
Interface ActionListener

All Superinterfaces:
EventListener, WidgetListener
All Known Implementing Classes:
JavaScriptWidgetListener.JSActionListener, WidgetEventMulticaster

public interface ActionListener
extends WidgetListener

Listeners for ActionEvents

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

Method Summary
 void actionPerformed(ActionEvent event)
           
 

Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)


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