ARoad0.Gui1
Interface CreationDialogListener

All Known Implementing Classes:
ActionNewACSyst, AssociationMapPropertyEditor, BaseObjectHandler, RightMapPropertyEditor, StringTwoKeysMapPropertyEditor

public interface CreationDialogListener

This interface is responsible for handling the user inputs produced through DialogBox.showBackedJComponents(). BaseObjectHandler and RightMapPropertyEditor implements this interface.


Method Summary
 void handleCreationDialog(boolean _validated)
          Read the updated JPanels sent to DialogBox.showBackedJComponents().
 

Method Detail

handleCreationDialog

void handleCreationDialog(boolean _validated)
Read the updated JPanels sent to DialogBox.showBackedJComponents().

Parameters:
_validated - true if the user clicks on OK, and false if the user clicks on Cancel