Uses of Interface
com.openinventor.inventor.SbEventArg
Packages that use SbEventArg
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
These classes provide convenient components to draw polyline, ellipse, lasso, or complex scene graph in 2D screen space.
Viewer components contains helpful tools to implement a custom viewer.
-
Uses of SbEventArg in com.openinventor.inventor
Classes in com.openinventor.inventor with type parameters of type SbEventArgModifier and TypeClassDescriptionclass
SbEventHandler<E extends SbEventArg>
Base abstract class for all event handler.interface
SbEventListener<E extends SbEventArg>
A tagging interface that all inventor event listener interfaces must extend.Classes in com.openinventor.inventor that implement SbEventArgModifier and TypeClassDescriptionstatic class
Event that can be sent to the application for each tile rendered.static class
Class given to callback when an onEndStep is raised.static class
Class given to callback when onBeginSubTask/onEndSubTask are raised.static class
Class given to callback when onBeginTask/onEndTask are raised. -
Uses of SbEventArg in com.openinventor.inventor.drawers
Classes in com.openinventor.inventor.drawers that implement SbEventArgModifier and TypeClassDescriptionstatic class
Structure given to callback when an event is raised. -
Uses of SbEventArg in com.openinventor.inventor.nodes
Classes in com.openinventor.inventor.nodes that implement SbEventArgModifier and TypeClassDescriptionstatic class
Structure given to callback when an event is raised. -
Uses of SbEventArg in com.openinventor.inventor.viewercomponents
Classes in com.openinventor.inventor.viewercomponents that implement SbEventArgModifier and TypeClassDescriptionstatic class
Structure given when a start render event is raised. -
Uses of SbEventArg in com.openinventor.remoteviz.clients.nodes
Classes in com.openinventor.remoteviz.clients.nodes that implement SbEventArgModifier and TypeClassDescriptionstatic class
Structure given when a received binary message event is raised.static class
Structure given when a received and decoded frame event is raised.static class
Structure given when a keyboard event is raised.static class
Structure given when a received text message event is raised.static class
Structure given when a mouse button event is raised.static class
Structure given when a mouse location event is raised.static class
Structure given when a mouse wheel event is raised.static class
Structure given when a renderArea resize event is raised.static class
Structure given when a ServiceMessage event is raised.static class
Structure given when a touch event is raised.