home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 August / PCO0897.ISO / browser / tonline / ie32.exe / IEXPLORE.CAB / CLASSES.ZIP / sun / misc / Timeable.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-10-01  |  214 b   |  6 lines

  1. package sun.misc;
  2.  
  3. public interface Timeable {
  4.    void tick(Timer var1);
  5. }
  6.