gov.lanl.Pids
Interface PatientListObserver

All Known Implementing Classes:
RunPidsClient

public interface PatientListObserver

Classes that implement the interface PatientListObserver can register to receive patient list notifications from a PatientListNotifier object.

Version:
$Id: PatientListObserver.java,v 1.2 2002/06/08 17:38:35 dwforslund Exp $
Author:
Torsten Staab $Author: dwforslund $

Method Summary
 void notifyPatientListObserver(int event, java.util.Vector patientProfileVector)
          notifyPatientListObserver() is called whenever the data in the PIDS client patient table changes.
 

Method Detail

notifyPatientListObserver

public void notifyPatientListObserver(int event,
                                      java.util.Vector patientProfileVector)
notifyPatientListObserver() is called whenever the data in the PIDS client patient table changes.

Parameters:
event - describes the type of event, such as PATIENT_LIST_CHANGED
patientProfileVector - a vector that contains the current patient list in form of TaggedProfile objects


Copyright © 2000 University of California. All Rights Reserved.