|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.lanl.IDViewer.RunIDViewer
The class RunIDViewer start the PIDS client application.
| 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 |
public RunIDViewer()
| Method Detail |
public static void main(java.lang.String[] args)
args - optional command line arguments
[-file
public void notifySourceSelectionObserver(int event,
java.util.Vector sourceSelectionVector)
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.
notifySourceSelectionObserver in interface SourceSelectionObserverevent - 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 framesourceSelectionVector - a vector that contains the current source selection in
form of String objects
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||