home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing;
-
- import java.awt.AWTEvent;
-
- class Timer$TimerEvent extends AWTEvent {
- // $FF: synthetic field
- private final Timer this$0;
- boolean isCanceled;
-
- Timer$TimerEvent(Timer var1, Object var2, int var3) {
- super(var2, var3);
- this.this$0 = var1;
- this.this$0 = var1;
- this.isCanceled = false;
- }
-
- synchronized boolean isCanceled() {
- return this.isCanceled;
- }
-
- synchronized void setIsCanceled(boolean var1) {
- this.isCanceled = var1;
- }
-
- void haveBeenDequeued() {
- Timer var1 = this.this$0;
- synchronized(var1){}
-
- try {
- this.this$0.queuedEvent = null;
- } catch (Throwable var3) {
- throw var3;
- }
-
- }
- }
-