Class PatientListener

java.lang.Object
  extended by PatientListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public final class PatientListener
extends java.lang.Object
implements java.awt.event.ActionListener

Handle action events generated by the Patient window.


Field Summary
private  Patient win
           
 
Constructor Summary
PatientListener(Patient _win)
          Default Constructor
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Accept action events generated by the Patient window.
private  void onCancelButton(java.awt.event.ActionEvent e)
           
private  void onHelpButton(java.awt.event.ActionEvent e)
           
private  void onLoadButton(java.awt.event.ActionEvent e)
           
private  void onSaveButton(java.awt.event.ActionEvent e)
           
private  void onSigOnfile(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

win

private Patient win
Constructor Detail

PatientListener

public PatientListener(Patient _win)
Default Constructor

Method Detail

onSigOnfile

private void onSigOnfile(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onLoadButton

private void onLoadButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onSaveButton

private void onSaveButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onCancelButton

private void onCancelButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

onHelpButton

private void onHelpButton(java.awt.event.ActionEvent e)
Parameters:
e - is the action event object representing the event.

actionPerformed

public final void actionPerformed(java.awt.event.ActionEvent e)
Accept action events generated by the Patient window.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - is the action event object representing the event.