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
 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 -