Uses of Class
pt.unl.fct.di.tardis.babel.iot.demos.events.DemoTimer
Packages that use DemoTimer
-
Uses of DemoTimer in pt.unl.fct.di.tardis.babel.iot.demos
Methods in pt.unl.fct.di.tardis.babel.iot.demos with parameters of type DemoTimerModifier and TypeMethodDescriptionvoidBabelAccelerometerLCDDemo.handleDemoTimer(DemoTimer t, long time) Periodic timer handler: polls the accelerometer for one reading mode per tick, round-robin.voidBabelAnyGestureMatrixDemo.handleDemoTimer(DemoTimer t, long time) Timer handler driven by the periodicDemoTimerarmed above.voidBabelArrowGestureMatrixDemo.handleDemoTimer(DemoTimer t, long time) Timer handler for the auto-clearDemoTimer.voidBabelCardinalGestureMatrixDemo.handleDemoTimer(DemoTimer t, long time) Timer handler driven by the periodicDemoTimer.voidBabelChainableLedsHSBDemo.handleDemoTimer(DemoTimer t, long time) Periodic-timer handler: advances the animation one step.voidBabelChainableLedsRGBDemo.handleDemoTimer(DemoTimer t, long time) Periodic-timer handler: advances the animation one step.voidBabelControlableLedChainDemo.handleDemoTimer(DemoTimer t, long time) Animation tick handler (Babel timer).voidBabelLcdDemo.handleDemoTimer(DemoTimer t, long time) Periodic-timer handler: invoked by Babel every time theDemoTimerfires.voidBabelMatrixDemo.handleDemoTimer(DemoTimer t, long time) Timer handler that paints one frame and reschedules itself.voidBabelMatrixDemo2.handleDemoTimer(DemoTimer t, long time) Periodic timer handler that paints one catalogue frame per tick.voidBabelSimpleChainableLedsHSBDemo.handleDemoTimer(DemoTimer t, long time) Periodic-timer handler: each tick advances the colour by repainting the strip.voidBabelSimpleChainableLedsRGBDemo.handleDemoTimer(DemoTimer t, long time) Periodic-timer handler: each tick simply advances the colour by repainting the strip.