home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / VCafe / WDETOUR.BIN / FrameMain$Action.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-08-27  |  1.4 KB  |  32 lines

  1. import java.awt.event.ActionEvent;
  2. import java.awt.event.ActionListener;
  3. import java.util.EventObject;
  4.  
  5. class FrameMain$Action implements ActionListener {
  6.    // $FF: synthetic field
  7.    private final FrameMain this$0;
  8.  
  9.    public void actionPerformed(ActionEvent event) {
  10.       Object object = ((EventObject)event).getSource();
  11.       if (object == this.this$0.miOpen) {
  12.          this.this$0.miOpen_Action(event);
  13.       } else if (object == this.this$0.miAbout) {
  14.          this.this$0.miAbout_Action(event);
  15.       } else if (object == this.this$0.miExit) {
  16.          this.this$0.miExit_Action(event);
  17.       } else if (object == this.this$0.buttonPrevious) {
  18.          this.this$0.buttonPrevious_Action(event);
  19.       } else if (object == this.this$0.buttonNext) {
  20.          this.this$0.buttonNext_Action(event);
  21.       } else if (object == this.this$0.slideShowItinerary) {
  22.          this.this$0.slideShowItinerary_SlideChanged(event);
  23.       }
  24.  
  25.    }
  26.  
  27.    FrameMain$Action(FrameMain this$0) {
  28.       this.this$0 = this$0;
  29.       this.this$0 = this$0;
  30.    }
  31. }
  32.