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.java 587759 2007-10-24 03:00:37Z vgritsenko $

Method Summary
 void actionPerformed(ActionEvent event)
           
 

Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)


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