home *** CD-ROM | disk | FTP | other *** search
/ Netscape 4 Visual Guide / NETSCAPE4VG.iso / netscape / cp32e403.exe / cosmo.z / NPCOSMOP.ZIP / vrml / external / field / EventOutMFString.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-11-21  |  476 b   |  8 lines

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