vrml.external.field
Class EventInMFInt32

java.lang.Object
  |
  +--vrml.external.field.EventIn
        |
        +--vrml.external.field.EventInMFInt32

public class EventInMFInt32
extends EventIn


Fields inherited from class vrml.external.field.EventIn
eventin_, fieldtype_, scene_
 
Constructor Summary
EventInMFInt32()
           
 
Method Summary
 void set1Value(int index, int value)
           
 void setValue(int[] value)
           
 
Methods inherited from class vrml.external.field.EventIn
getType, initialize, sendEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventInMFInt32

public EventInMFInt32()
Method Detail

setValue

public void setValue(int[] value)
              throws java.lang.IllegalArgumentException

set1Value

public void set1Value(int index,
                      int value)
               throws java.lang.IllegalArgumentException