Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

vrml.external.field
Class EventOut  view EventOut download EventOut.java

java.lang.Object
  extended byvrml.external.field.EventOut
Direct Known Subclasses:
EventOutMField, EventOutSFBool, EventOutSFColor, EventOutSFFloat, EventOutSFImage, EventOutSFInt32, EventOutSFNode, EventOutSFRotation, EventOutSFString, EventOutSFTime, EventOutSFVec2f, EventOutSFVec3f

public class EventOut
extends java.lang.Object

A VRML eventOut class. Represents the VRML read only access type. The user can encapsulate data and associate that with this field. The user can register themselves as listeners for the output of this event changing by adding themselves as a VRMLEvent listener.


Constructor Summary
EventOut()
           
 
Method Summary
 void advise(EventOutObserver eeo, java.lang.Object userdata)
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventOut

public EventOut()
Method Detail

advise

public void advise(EventOutObserver eeo,
                   java.lang.Object userdata)

getType

public int getType()