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 / Email$Action.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-11  |  1.0 KB  |  26 lines

  1. import java.awt.event.ActionEvent;
  2. import java.awt.event.ActionListener;
  3. import java.util.EventObject;
  4.  
  5. class Email$Action implements ActionListener {
  6.    // $FF: synthetic field
  7.    private final Email this$0;
  8.  
  9.    public void actionPerformed(ActionEvent event) {
  10.       Object object = ((EventObject)event).getSource();
  11.       if (object == this.this$0.button1) {
  12.          this.this$0.button1_Clicked(event);
  13.       } else if (object == this.this$0.button2) {
  14.          this.this$0.button2_Clicked(event);
  15.       } else if (object == this.this$0.timer1) {
  16.          this.this$0.timer1_TimerEvent(event);
  17.       }
  18.  
  19.    }
  20.  
  21.    Email$Action(Email this$0) {
  22.       this.this$0 = this$0;
  23.       this.this$0 = this$0;
  24.    }
  25. }
  26.