home *** CD-ROM | disk | FTP | other *** search
/ PC-X 1997 June / pcx11_9706.iso / shutils / internet / browser / p32e40b5.exe / cosmo.z / NPCOSMOP.ZIP / vrml / external / field / EventOutMFInt32.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-11-21  |  439 b   |  8 lines

  1. package vrml.external.field;
  2.  
  3. public class EventOutMFInt32 extends EventOutMField {
  4.    public native int[] getValue();
  5.  
  6.    public native int get1Value(int var1);
  7. }
  8.