home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- class TableExample2$ShowConnectionInfoListener implements ActionListener {
- // $FF: synthetic field
- private final TableExample2 this$0;
-
- public void actionPerformed(ActionEvent var1) {
- this.this$0.activateConnectionDialog();
- }
-
- TableExample2$ShowConnectionInfoListener(TableExample2 var1) {
- this.this$0 = var1;
- this.this$0 = var1;
- }
- }
-