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

  1. package netscape.netcast.application;
  2.  
  3. public interface UpdateParent {
  4.    void updateComplete(int var1);
  5.  
  6.    void updateStarted();
  7.  
  8.    int getNumUpdates();
  9. }
  10.