home *** CD-ROM | disk | FTP | other *** search
- package asp.wizard;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- final class WizardViewDbQuery$3 implements ActionListener {
- // $FF: synthetic field
- private final WizardViewDbQuery this$0;
-
- public void actionPerformed(ActionEvent e) {
- this.this$0.editSQL();
- }
-
- // $FF: synthetic method
- WizardViewDbQuery$3(WizardViewDbQuery this$0) {
- this.this$0 = this$0;
- }
- }
-