home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIPHEFT062001.ISO / browser / nc32lyc / comm.z / java40.jar / netscape / applet / DerivedAppletFrame$DisposeAppletEvent.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-08-15  |  1.6 KB  |  43 lines

  1. package netscape.applet;
  2.  
  3. class DerivedAppletFrame$DisposeAppletEvent extends DerivedAppletFrame.AppletEvent {
  4.    // $FF: synthetic field
  5.    private final DerivedAppletFrame this$DerivedAppletFrame;
  6.  
  7.    public void dispatch() {
  8.       Object var1 = this.this$DerivedAppletFrame.m_statusLock;
  9.       synchronized(var1){}
  10.  
  11.       try {
  12.          switch (this.this$DerivedAppletFrame.status) {
  13.             case 0:
  14.             case 1:
  15.             case 8:
  16.          }
  17.       } catch (Throwable var7) {
  18.          throw var7;
  19.       }
  20.  
  21.       this.this$DerivedAppletFrame.remove(this.this$DerivedAppletFrame.applet);
  22.       this.this$DerivedAppletFrame.applet = null;
  23.       var1 = this.this$DerivedAppletFrame.m_statusLock;
  24.       synchronized(var1){}
  25.  
  26.       try {
  27.          this.this$DerivedAppletFrame.status = 9;
  28.          this.this$DerivedAppletFrame.rightState("disposed");
  29.          this.this$DerivedAppletFrame.m_statusLock.notifyAll();
  30.       } catch (Throwable var6) {
  31.          throw var6;
  32.       }
  33.  
  34.       throw new ThreadDeath();
  35.    }
  36.  
  37.    DerivedAppletFrame$DisposeAppletEvent(DerivedAppletFrame var1) {
  38.       super(var1);
  39.       this.this$DerivedAppletFrame = var1;
  40.       this.this$DerivedAppletFrame = var1;
  41.    }
  42. }
  43.