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