home *** CD-ROM | disk | FTP | other *** search
/ Netscape 4 Visual Guide / NETSCAPE4VG.iso / netscape / cb32e404.exe / nav40.z / java40.jar / java / net / ContentHandlerFactory.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-03  |  264 b   |  6 lines

  1. package java.net;
  2.  
  3. public interface ContentHandlerFactory {
  4.    ContentHandler createContentHandler(String var1);
  5. }
  6.