home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 January / maximum-cd-1999-01.iso / Symantec Visual Cafe / WDESAMPL.BIN / SortItem$ClockStarter.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-02-10  |  548 b   |  17 lines

  1. import java.awt.event.MouseAdapter;
  2. import java.awt.event.MouseEvent;
  3.  
  4. class SortItem$ClockStarter extends MouseAdapter {
  5.    // $FF: synthetic field
  6.    private final SortItem this$SortItem;
  7.  
  8.    public void mouseReleased(MouseEvent var1) {
  9.       this.this$SortItem.startSort();
  10.    }
  11.  
  12.    SortItem$ClockStarter(SortItem var1) {
  13.       this.this$SortItem = var1;
  14.       this.this$SortItem = var1;
  15.    }
  16. }
  17.