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