home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / VCafe / ddetour.bin / Reserve$SymAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-19  |  1.3 KB  |  28 lines

  1. import java.awt.event.ActionEvent;
  2. import java.awt.event.ActionListener;
  3. import java.util.EventObject;
  4.  
  5. class Reserve$SymAction implements ActionListener {
  6.    // $FF: synthetic field
  7.    private final Reserve this$0;
  8.  
  9.    public void actionPerformed(ActionEvent event) {
  10.       Object object = ((EventObject)event).getSource();
  11.       if (object == this.this$0.DBA_packagesNavigator_next) {
  12.          this.this$0.DBAPackagesNavigatorNext_ActionPerformed(event);
  13.       } else if (object == this.this$0.DBA_packagesNavigator_previous) {
  14.          this.this$0.DBAPackagesNavigatorPrevious_ActionPerformed(event);
  15.       } else if (object == this.this$0.DBA_registrationNavigator_save) {
  16.          this.this$0.DBARegistrationNavigatorSave_ActionPerformed(event);
  17.       } else if (object == this.this$0.DBA_registrationNavigator_undoChanges) {
  18.          this.this$0.DBARegistrationNavigatorUndoChanges_ActionPerformed(event);
  19.       }
  20.  
  21.    }
  22.  
  23.    Reserve$SymAction(Reserve this$0) {
  24.       this.this$0 = this$0;
  25.       this.this$0 = this$0;
  26.    }
  27. }
  28.