home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161b.iso / handson / archive / Issue159 / files / copyjava.exe / ex2 / Animation.class (.txt) next >
Encoding:
Java Class File  |  1999-10-03  |  219 b   |  6 lines

  1. import java.io.PrintStream;
  2.  
  3. public interface Animation {
  4.    void serializeTo(PrintStream var1);
  5. }
  6.