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 / EventDispatchThread$EmptyEvent.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  445 b   |  15 lines

  1. package java.awt;
  2.  
  3. class EventDispatchThread$EmptyEvent extends AWTEvent implements ActiveEvent {
  4.    // $FF: synthetic field
  5.    private final EventDispatchThread this$0;
  6.  
  7.    public EventDispatchThread$EmptyEvent(EventDispatchThread var1) {
  8.       super(var1, 0);
  9.       this.this$0 = var1;
  10.    }
  11.  
  12.    public void dispatch() {
  13.    }
  14. }
  15.