>Flex has these methods on UI components, so the name would be familiar to >Flex developers as well. That said, Adobe recommend that developers use >Timers instead.
Pivot uses a timer internally to schedule the callbacks, so it's probably equivalent. >Flex also has a callLater function for adding things to the UI thread queue. ApplicationContext.queueCallback() serves this purpose in Pivot.
