gov.lanl.IDViewer
Interface SourceSelectionObserver

All Known Implementing Classes:
IDViewerPanel, RunIDViewer

public interface SourceSelectionObserver

Classes that implement the interface SourceSelectionObserver can register to receive source selection notifications from a SourceSelectionNotifier object.

Version:
09/08/99 $Id: SourceSelectionObserver.java,v 1.2 2002/06/09 14:26:01 dwforslund Exp $
Author:
Torsten Staab

Method Summary
 void notifySourceSelectionObserver(int event, java.util.Vector sourceSelectionVector)
          notifySourceSelectionObserver() is called whenever the source selection in the source selection dialog or the client window changes.
 

Method Detail

notifySourceSelectionObserver

public void notifySourceSelectionObserver(int event,
                                          java.util.Vector sourceSelectionVector)
notifySourceSelectionObserver() is called whenever the source selection in the source selection dialog or the client window changes. It is also called when the source selection dialog window is closed.

Parameters:
event - describes the type of event, such as INACTIVE_SRC_SELECTION_CHANGED ACTIVE_SRC_SELECTION_CHANGED INACTIVE_SRC_SELECTION_FINALIZED
sourceSelectionVector - a vector that contains the current source selection in form of String objects


Copyright © 2000 University of California. All Rights Reserved.