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
 
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 actionoldAction - the previous actionnewAction - the new action