gov.lanl.IDViewer
Class RunIDViewer

java.lang.Object
  |
  +--gov.lanl.IDViewer.RunIDViewer
All Implemented Interfaces:
SourceSelectionObserver

public class RunIDViewer
extends java.lang.Object
implements SourceSelectionObserver

The class RunIDViewer start the PIDS client application.

Version:
$Id: RunIDViewer.java,v 1.3 2002/06/28 16:02:38 dwforslund Exp $
Author:
Torsten Staab

Constructor Summary
RunIDViewer()
           
 
Method Summary
static void main(java.lang.String[] args)
          entry point of HIMSS client
 void notifySourceSelectionObserver(int event, java.util.Vector sourceSelectionVector)
          notifySourceSelectionObserver() implements the interface SourceSelectionObserver.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunIDViewer

public RunIDViewer()
Method Detail

main

public static void main(java.lang.String[] args)
entry point of HIMSS client

Parameters:
args - optional command line arguments [-file ] if omitted, then the default file "idviewer.cfg" is used

notifySourceSelectionObserver

public void notifySourceSelectionObserver(int event,
                                          java.util.Vector sourceSelectionVector)
notifySourceSelectionObserver() implements the interface SourceSelectionObserver. This method is called every time the source selection in the source selection dialog or the client panel changes. It is also called when the source selection dialog window is closed.

Specified by:
notifySourceSelectionObserver in interface SourceSelectionObserver
Parameters:
event - describes the type of event, such as INACTIVE_SRC_SELECTION_CHANGED - the source selection in the source selection frame changed ACTIVE_SRC_SELECTION_CHANGED - the source selection in the client panel changed INACTIVE_SRC_SELECTION_FINALIZED- the user finished selecting sources in the source selection frame
sourceSelectionVector - a vector that contains the current source selection in form of String objects


Copyright © 2000 University of California. All Rights Reserved.