1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157
|
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Thu Sep 25 20:23:36 MET DST 1997 -->
<a name="_top_"></a>
<title>
Class vrml.external.field.EventOut
</title>
</head>
<body background="vrwavebg.gif">
<pre>
<a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-vrml.external.field.html">This Package</a> <a href="vrml.external.field.EventInSFVec3f.html#_top_">Previous</a> <a href="vrml.external.field.EventOutMFColor.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
Class vrml.external.field.EventOut
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
|
+----vrml.external.field.EventOut
</pre>
<hr>
<dl>
<dt> public class <b>EventOut</b>
<dt> extends <a href="java.lang.Object.html#_top_">Object</a>
<dt> implements <a href="iicm.vrml.pw.GotEventCallback.html#_top_">GotEventCallback</a>
</dl>
<hr>
<a name="index"></a>
<h2>
<img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
</h2>
<dl>
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#eventout_"><b>eventout_</b></a>
<dd> VRwave implementation.
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#eventoutobs_"><b>eventoutobs_</b></a>
<dd>
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#fieldtype_"><b>fieldtype_</b></a>
<dd>
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#scene_"><b>scene_</b></a>
<dd>
<dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#userdata_"><b>userdata_</b></a>
<dd>
</dl>
<h2>
<img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
<dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#EventOut()"><b>EventOut</b></a>()
<dd>
</dl>
<h2>
<img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#advise(vrml.external.field.EventOutObserver, java.lang.Object)"><b>advise</b></a>(EventOutObserver, Object)
<dd> Mechanism for setting up an observer for this field.
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#getType()"><b>getType</b></a>()
<dd> Get the type of this EventOut (specified in FieldTypes.java).
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#gotEventCB(iicm.vrml.pw.Field, double)"><b>gotEventCB</b></a>(Field, double)
<dd>
<dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
<a href="#initialize(iicm.vrml.pw.Field, int, iicm.vrml.vrwave.Scene)"><b>initialize</b></a>(Field, int, Scene)
<dd>
</dl>
<a name="variables"></a>
<h2>
<img src="images/variables.gif" width=153 height=38 alt="Variables">
</h2>
<a name="eventout_"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>eventout_</b>
<pre>
protected <a href="iicm.vrml.pw.Field.html#_top_">Field</a> eventout_
</pre>
<dl>
<dd> VRwave implementation. do not call from applets
</dl>
<a name="scene_"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>scene_</b>
<pre>
protected <a href="iicm.vrml.vrwave.Scene.html#_top_">Scene</a> scene_
</pre>
<a name="fieldtype_"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>fieldtype_</b>
<pre>
protected int fieldtype_
</pre>
<a name="eventoutobs_"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>eventoutobs_</b>
<pre>
protected <a href="java.util.Vector.html#_top_">Vector</a> eventoutobs_
</pre>
<a name="userdata_"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>userdata_</b>
<pre>
protected <a href="java.util.Vector.html#_top_">Vector</a> userdata_
</pre>
<a name="constructors"></a>
<h2>
<img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="EventOut"></a>
<a name="EventOut()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>EventOut</b>
<pre>
public EventOut()
</pre>
<a name="methods"></a>
<h2>
<img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getType()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getType"><b>getType</b></a>
<pre>
public int getType()
</pre>
<dl>
<dd> Get the type of this EventOut (specified in FieldTypes.java).
</dl>
<a name="advise(vrml.external.field.EventOutObserver, java.lang.Object)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="advise"><b>advise</b></a>
<pre>
public void advise(<a href="vrml.external.field.EventOutObserver.html#_top_">EventOutObserver</a> f,
<a href="java.lang.Object.html#_top_">Object</a> userData)
</pre>
<dl>
<dd> Mechanism for setting up an observer for this field.
The EventOutObserver's callback gets called when the
EventOut's value changes.
</dl>
<a name="initialize(iicm.vrml.pw.Field, int, iicm.vrml.vrwave.Scene)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="initialize"><b>initialize</b></a>
<pre>
public void initialize(<a href="iicm.vrml.pw.Field.html#_top_">Field</a> eventout,
int fieldtype,
<a href="iicm.vrml.vrwave.Scene.html#_top_">Scene</a> scene)
</pre>
<a name="gotEventCB(iicm.vrml.pw.Field, double)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="gotEventCB"><b>gotEventCB</b></a>
<pre>
public void gotEventCB(<a href="iicm.vrml.pw.Field.html#_top_">Field</a> field,
double timestamp)
</pre>
<hr>
<pre>
<a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-vrml.external.field.html">This Package</a> <a href="vrml.external.field.EventInSFVec3f.html#_top_">Previous</a> <a href="vrml.external.field.EventOutMFColor.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre>
</body>
</html>
|