edu.ucsb.nceas.morpho.plugins
Interface DataPackageWizardListener


public interface DataPackageWizardListener

Interface for Data Package Wizard Plugin


Method Summary
 void wizardCanceled()
          callback method when wizard has been canceled before completion
 void wizardComplete(org.w3c.dom.Node newDOM)
          callback method when wizard has finished, upon completion
 

Method Detail

wizardComplete

public void wizardComplete(org.w3c.dom.Node newDOM)
callback method when wizard has finished, upon completion

Parameters:
newDOM - the root Node of the newly-created DOM document

wizardCanceled

public void wizardCanceled()
callback method when wizard has been canceled before completion



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