home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / DBServ / DSNTool.BIN / MsgBox$SymWindow.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-18  |  624 b   |  24 lines

  1. package dsntool;
  2.  
  3. import java.awt.event.WindowAdapter;
  4. import java.awt.event.WindowEvent;
  5. import java.util.EventObject;
  6.  
  7. class MsgBox$SymWindow extends WindowAdapter {
  8.    // $FF: synthetic field
  9.    private final MsgBox this$0;
  10.  
  11.    public void windowClosing(WindowEvent var1) {
  12.       Object var2 = ((EventObject)var1).getSource();
  13.       if (var2 == this.this$0) {
  14.          this.this$0.MsgBox_WindowClosing(var1);
  15.       }
  16.  
  17.    }
  18.  
  19.    MsgBox$SymWindow(MsgBox var1) {
  20.       this.this$0 = var1;
  21.       this.this$0 = var1;
  22.    }
  23. }
  24.