home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 129 / dpcs1198.iso / Internet / Compu / Win95 / MSIE302.LIB / MSIE302.EXE / ieakjava.exe / CLASSR.EXE / sun / awt / image / ImageFetchable.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-31  |  218 b   |  6 lines

  1. package sun.awt.image;
  2.  
  3. public interface ImageFetchable {
  4.    void doFetch();
  5. }
  6.