This project has retired. For details please refer to its
Attic page.
ActionListenerEnabled (Cocoon API 2.1.12-dev [March 20 2012])
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.