home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / browser / ns405lyc / netcast.z / ncjava10.jar / netscape / netcast / application / TimerEntry.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-09  |  481 b   |  10 lines

  1. package netscape.netcast.application;
  2.  
  3. class TimerEntry {
  4.    // $FF: renamed from: tm long
  5.    long field_0;
  6.    TimerClient client;
  7.    Object arg;
  8.    TimerEntry next;
  9. }
  10.