Package yarp
Class GazeEvent
- java.lang.Object
-
- yarp.GazeEvent
-
public class GazeEvent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protected
GazeEvent(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
void
gazeEventCallback()
protected static long
getCPtr(GazeEvent obj)
GazeEventParameters
getGazeEventParameters()
GazeEventVariables
getGazeEventVariables()
void
setGazeEventParameters(GazeEventParameters value)
void
setGazeEventVariables(GazeEventVariables value)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(GazeEvent obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.lang.Object
-
delete
public void delete()
-
setGazeEventParameters
public void setGazeEventParameters(GazeEventParameters value)
-
getGazeEventParameters
public GazeEventParameters getGazeEventParameters()
-
setGazeEventVariables
public void setGazeEventVariables(GazeEventVariables value)
-
getGazeEventVariables
public GazeEventVariables getGazeEventVariables()
-
gazeEventCallback
public void gazeEventCallback()
-
-