home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / awt / LightweightDispatcher$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  695 b   |  18 lines

  1. package java.awt;
  2.  
  3. import java.security.PrivilegedAction;
  4.  
  5. class LightweightDispatcher$2 implements PrivilegedAction {
  6.    // $FF: synthetic field
  7.    private final LightweightDispatcher this$0;
  8.  
  9.    LightweightDispatcher$2(LightweightDispatcher var1) {
  10.       this.this$0 = var1;
  11.    }
  12.  
  13.    public Object run() {
  14.       LightweightDispatcher.access$000(this.this$0).getToolkit().removeAWTEventListener(this.this$0);
  15.       return null;
  16.    }
  17. }
  18.