home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / data1.cab / Java / CFJava.cab / CFJavaRuntime.cab / netscape / constructor / Constructor.class (.txt) next >
Encoding:
Java Class File  |  1998-10-01  |  230 b   |  6 lines

  1. package netscape.constructor;
  2.  
  3. public interface Constructor {
  4.    boolean inConstructionMode();
  5. }
  6.