Class SoRemoteVizClient.MouseLocationEventArg
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.remoteviz.clients.nodes.SoRemoteVizClient.MouseLocationEventArg
-
- All Implemented Interfaces:
SbEventArg
- Enclosing class:
- SoRemoteVizClient
public static class SoRemoteVizClient.MouseLocationEventArg extends Inventor implements SbEventArg
Structure given when a mouse location event is raised. Please refer toonMouseLocationEvent
event.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description MouseLocationEventArg(SoRemoteVizClient source, SoLocation2Event mouseLocationEvent)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SoLocation2Event
getMouseLocationEvent()
Returns the mouse location event.SoRemoteVizClient
getSource()
Returns theSoRemoteVizClient
node that triggered the event.void
setValue(SoRemoteVizClient.MouseLocationEventArg copyFrom)
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
MouseLocationEventArg
public MouseLocationEventArg(SoRemoteVizClient source, SoLocation2Event mouseLocationEvent)
Default constructor.
-
-
Method Detail
-
setValue
public void setValue(SoRemoteVizClient.MouseLocationEventArg copyFrom)
-
getSource
public SoRemoteVizClient getSource()
Returns theSoRemoteVizClient
node that triggered the event.- Specified by:
getSource
in interfaceSbEventArg
-
getMouseLocationEvent
public SoLocation2Event getMouseLocationEvent()
Returns the mouse location event.
-
-