home *** CD-ROM | disk | FTP | other *** search
- package asp.wizard;
-
- import java.awt.event.ItemEvent;
- import java.awt.event.ItemListener;
-
- final class WizardViewSubDbQueryJoin$3 implements ItemListener {
- // $FF: synthetic field
- private final WizardViewSubDbQueryJoin this$0;
-
- public void itemStateChanged(ItemEvent e) {
- if (!WizardViewSubDbQueryJoin.access$1(this.this$0)) {
- WizardModelSubDbQueryJoin model = (WizardModelSubDbQueryJoin)this.this$0.getModel();
- model.updateRhsFieldList();
- }
-
- }
-
- // $FF: synthetic method
- WizardViewSubDbQueryJoin$3(WizardViewSubDbQueryJoin this$0) {
- this.this$0 = this$0;
- }
- }
-