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.
addActionListener
void addActionListener(ActionListener listener)
removeActionListener
void removeActionListener(ActionListener listener)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.