JavaScript is disabled on your browser.
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:
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
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.
Parameters:
when
-
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