org.apache.cocoon.forms.event
Interface ActionListener

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

public interface ActionListener
extends WidgetListener

Listeners for ActionEvents

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

Method Summary
 void actionPerformed(ActionEvent event)
           
 

Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)


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