home *** CD-ROM | disk | FTP | other *** search
- package vrml.external;
-
- import netscape.plugin.Plugin;
- import vrml.external.exception.InvalidEventInException;
- import vrml.external.exception.InvalidEventOutException;
- import vrml.external.field.EventIn;
- import vrml.external.field.EventOut;
-
- public class Node extends Plugin {
- public native String getType();
-
- public native EventIn getEventIn(String var1) throws InvalidEventInException;
-
- public native EventOut getEventOut(String var1) throws InvalidEventOutException;
- }
-