ix.iview.event
Interface CurrentConstructListener

All Known Implementing Classes:
UndoManager

public interface CurrentConstructListener

An interface for things that are interested in changes to which construct is being edited.


Method Summary
 void constructChanged(java.awt.Component source, UIObject oldUIO, UIObject newUIO)
          Implement this method to take note of action selections
 

Method Detail

constructChanged

void constructChanged(java.awt.Component source,
                      UIObject oldUIO,
                      UIObject newUIO)
Implement this method to take note of action selections

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