Package javax.events
Class EventManagement
static Timer getTimerEvent()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns | Description |
---|---|
|
Timer object |
The getTimerEvent() method returns a Timer object, and provides timer specific methods. Note that the Timer class is extended with the AsyncEvent class.
Example
// The TimerIntervalTest class must be implemented by the user,
// and extended by the PeriodicTimerHandler.
// A timer sample is available in the iLCD Manager XEJoC Manager,
// and is named as "Java Timer Sample".
TimerIntervalTest handler = new TimerIntervalTest();
EventManagement.getTimerEvent().addHandler(handler);
See also:
Copyright © demmel products gmbh. All rights reserved.