org.apache.cocoon.forms.event
Interface ActionListenerEnabled

All Known Implementing Classes:
Action, ImageMap

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

public void addActionListener(ActionListener listener)

removeActionListener

public void removeActionListener(ActionListener listener)


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