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.

 

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