home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / DBServ / DSNTool.BIN / TestBox$SymAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-18  |  843 b   |  30 lines

  1. package dsntool;
  2.  
  3. import java.awt.event.ActionEvent;
  4. import java.awt.event.ActionListener;
  5. import java.util.EventObject;
  6.  
  7. class TestBox$SymAction implements ActionListener {
  8.    // $FF: synthetic field
  9.    private final TestBox this$0;
  10.  
  11.    public void actionPerformed(ActionEvent var1) {
  12.       Object var2 = ((EventObject)var1).getSource();
  13.       if (var2 == this.this$0.jdbcButton) {
  14.          this.this$0.jdbcButton_Clicked(var1);
  15.       } else if (var2 == this.this$0.proButton) {
  16.          this.this$0.proButton_Clicked(var1);
  17.       } else {
  18.          if (var2 == this.this$0.OKButton) {
  19.             this.this$0.OKButton_Clicked(var1);
  20.          }
  21.  
  22.       }
  23.    }
  24.  
  25.    TestBox$SymAction(TestBox var1) {
  26.       this.this$0 = var1;
  27.       this.this$0 = var1;
  28.    }
  29. }
  30.