package vrml;

import vrml.EventIn;
import vrml.fields.*;
import vrml.fields.constfields.*;

public class Events implements EventIn {
  public native String getName();
  public native SFTime getTimeStamp();
  public native ConstField getValue();
}