edu.ucsb.nceas.morpho.framework
Interface TextImportListener

All Known Implementing Classes:
PackageWizardShell

public interface TextImportListener

This listener is called when the TextImportWizard either finishes or is canceled


Method Summary
 void importCanceled()
          this method handles canceled editing
 void importComplete()
          This method is called when editing is complete
 

Method Detail

importComplete

public void importComplete()
This method is called when editing is complete
Parameters:
xmlString - is the edited XML in String format

importCanceled

public void importCanceled()
this method handles canceled editing


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.