org.eodisp.ui.common.actions
Interface DynamicActionTargetHandler

All Superinterfaces:
java.awt.event.ActionListener, java.util.EventListener

public interface DynamicActionTargetHandler
extends java.awt.event.ActionListener

This interface should be implemented by components that can be responsible of handling dynamic action events. This, almost always, is the controller for the component that provides the dynamic action.

Dynamic actions are a bit more complicated to handle than their static counterparts because the target handler must be aware of the possible actions that might occur and must query the ActionEvent for the source of the event to execute the appropriate code.

This interface provides the same functionality as the ActionListener interface.

Version:
$Id: DynamicActionTargetHandler.java 2134 2006-05-16 08:43:27Z eglimi $
Author:
eglimi

Method Summary
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed