home *** CD-ROM | disk | FTP | other *** search
- package netscape.applet;
-
- class DerivedAppletFrame$DisposeAppletEvent extends DerivedAppletFrame.AppletEvent {
- // $FF: synthetic field
- private final DerivedAppletFrame this$DerivedAppletFrame;
-
- public void dispatch() {
- Object var1 = this.this$DerivedAppletFrame.m_statusLock;
- synchronized(var1){}
-
- try {
- switch (this.this$DerivedAppletFrame.status) {
- case 0:
- case 1:
- case 8:
- }
- } catch (Throwable var7) {
- throw var7;
- }
-
- this.this$DerivedAppletFrame.remove(this.this$DerivedAppletFrame.applet);
- this.this$DerivedAppletFrame.applet = null;
- var1 = this.this$DerivedAppletFrame.m_statusLock;
- synchronized(var1){}
-
- try {
- this.this$DerivedAppletFrame.status = 9;
- this.this$DerivedAppletFrame.rightState("disposed");
- this.this$DerivedAppletFrame.m_statusLock.notifyAll();
- } catch (Throwable var6) {
- throw var6;
- }
-
- throw new ThreadDeath();
- }
-
- DerivedAppletFrame$DisposeAppletEvent(DerivedAppletFrame var1) {
- super(var1);
- this.this$DerivedAppletFrame = var1;
- this.this$DerivedAppletFrame = var1;
- }
- }
-