RepeatedUpdateAction

From RifidiWiki

Revision as of 18:14, 7 February 2008 by Jochen (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

javadoc
Repeated update actions are used for continuous updates. A good example for this is our highlighting code.
Every time the update thread runs the collor of highlighted entites should change to make it pulse.
It is important to note that RepeatedUpdateActions get executed EVEN IF THE UPDATETHREAD IS PAUSED!
RepeatedUpdateActions can be submitted for execution via the addRepaetedUpdateAction.

Personal tools