home *** CD-ROM | disk | FTP | other *** search
/ Australian PC Authority 1999 May / may1999.iso / May / JBUILDER / JSAMPLES.Z / TableExample2$ShowConnectionInfoListener.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-04-30  |  698 b   |  17 lines

  1. import java.awt.event.ActionEvent;
  2. import java.awt.event.ActionListener;
  3.  
  4. class TableExample2$ShowConnectionInfoListener implements ActionListener {
  5.    // $FF: synthetic field
  6.    private final TableExample2 this$0;
  7.  
  8.    public void actionPerformed(ActionEvent var1) {
  9.       this.this$0.activateConnectionDialog();
  10.    }
  11.  
  12.    TableExample2$ShowConnectionInfoListener(TableExample2 var1) {
  13.       this.this$0 = var1;
  14.       this.this$0 = var1;
  15.    }
  16. }
  17.