Retrieve the data attached to this timer
Get a new timer. Use this instead of "CreateTimer". You can attach data to the timer with .setData and retrieve it with .getData If you're done with the timer, release it with .release
Release the timer. Use this instead of "DestroyTimer" !
Attach Data to this timer
Returns the period of the timed loop. Ovewrite this to set a custom period
Starts the periodic updates for this object
Stops the periodic update of this object.
Stops the periodic update and destroys the object.