org.apache.cocoon.forms.event
Interface ActionListenerEnabled

All Known Implementing Classes:
Action, ImageMap, RepeaterAction, RowAction, RowAction.MoveDownAction, RowAction.MoveUpAction, Submit

public interface ActionListenerEnabled

Interface to be implemented by Widgets on which ActionListeners can be registered.


Method Summary
 void addActionListener(ActionListener listener)
           
 void removeActionListener(ActionListener listener)
           
 

Method Detail

addActionListener

void addActionListener(ActionListener listener)

removeActionListener

void removeActionListener(ActionListener listener)


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