home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2003 March / DPPCPRO0303.ISO / Components / Microsoft ASP / _SETUP.1 / ASPWizard.jar / asp / wizard / WizardViewSubDbQuerySort$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-20  |  1.1 KB  |  23 lines

  1. package asp.wizard;
  2.  
  3. import java.awt.event.ItemEvent;
  4. import java.awt.event.ItemListener;
  5.  
  6. final class WizardViewSubDbQuerySort$1 implements ItemListener {
  7.    // $FF: synthetic field
  8.    private final WizardViewSubDbQuerySort this$0;
  9.  
  10.    public void itemStateChanged(ItemEvent e) {
  11.       if (!WizardViewSubDbQuerySort.access$0(this.this$0)) {
  12.          WizardModelSubDbQuerySort model = (WizardModelSubDbQuerySort)this.this$0.getModel();
  13.          model.updateFieldList();
  14.       }
  15.  
  16.    }
  17.  
  18.    // $FF: synthetic method
  19.    WizardViewSubDbQuerySort$1(WizardViewSubDbQuerySort this$0) {
  20.       this.this$0 = this$0;
  21.    }
  22. }
  23.