home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 183 / dpcs0503.iso / Components / Microsoft ASP / _SETUP.1 / ASPWizard.jar / asp / wizard / WizardManager$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-20  |  966 b   |  23 lines

  1. package asp.wizard;
  2.  
  3. import java.awt.event.WindowAdapter;
  4. import java.awt.event.WindowEvent;
  5.  
  6. final class WizardManager$2 extends WindowAdapter {
  7.    // $FF: synthetic field
  8.    private final WizardManager this$0;
  9.  
  10.    public void windowClosing(WindowEvent e) {
  11.       WizardManager.access$0(this.this$0, e);
  12.    }
  13.  
  14.    public void windowClosed(WindowEvent e) {
  15.       WizardManager.access$1(this.this$0, e);
  16.    }
  17.  
  18.    // $FF: synthetic method
  19.    WizardManager$2(WizardManager this$0) {
  20.       this.this$0 = this$0;
  21.    }
  22. }
  23.