edu.ucsb.nceas.morpho.datapackage
Interface ReferencesListener


public interface ReferencesListener


Method Summary
 void referenceSelected(ReferenceSelectionEvent e)
          called back when ReferencesHandler class has detected a selection event in the list of available IDs and has obtained the relevant referenced data, either from the current datapackage, or from a remote package.
 

Method Detail

referenceSelected

public void referenceSelected(ReferenceSelectionEvent e)
called back when ReferencesHandler class has detected a selection event in the list of available IDs and has obtained the relevant referenced data, either from the current datapackage, or from a remote package. This local/ remote information, along with the full OrderedMap of xpath/value pairs, is returned in the ReferenceSelectionEvent wrapper object.

Parameters:
e - ReferenceSelectionEvent


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