ix.iview.event
Interface CurrentActionListener

All Known Implementing Classes:
ActionEditorPanel, GlobalFramePanel

public interface CurrentActionListener

An interface for things that are interested in current action selection


Method Summary
 void actionChanged(java.awt.Component source, UIRefinement oldAction, UIRefinement newAction)
          Implement this method to take note of action selections
 

Method Detail

actionChanged

void actionChanged(java.awt.Component source,
                   UIRefinement oldAction,
                   UIRefinement newAction)
Implement this method to take note of action selections

Parameters:
source - the component that changed the action
oldAction - the previous action
newAction - the new action