home *** CD-ROM | disk | FTP | other *** search
/ Netscape 4 Visual Guide / NETSCAPE4VG.iso / netscape / n32e403.exe / nav40l.z / java40.jar / java / io / ObjectInputValidation.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-09-04  |  261 b   |  6 lines

  1. package java.io;
  2.  
  3. public interface ObjectInputValidation {
  4.    void validateObject() throws InvalidObjectException;
  5. }
  6.