JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.jreality.toolsystem.raw
Interface PollingDevice
All Known Implementing Classes:
Device3DConnexionHID
,
DeviceKeyboard
,
DeviceMacbookSuddenMotionSensor
,
DeviceSystemTimer
public interface
PollingDevice
Polling devices implement this interface and do their polling in the poll() method. Please write no raw devices that start extra timers.
Author:
Steffen Weissmann
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
poll
(long when)
Perform polling for the device in this method.
Method Detail
poll
void poll(long when)
Perform polling for the device in this method. This means for e.g. a controller: check all the states of the components and every time a change has been found, add a ToolEvent to the ToolEventQueue that is shared with the ToolSystem.
Parameters:
when
-
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method