Package totalcross.ui.event
Interface UpdateListener
-
- All Known Implementing Classes:
ButtonMenu,ControlAnimation,Document,DynamicScrollContainer,FadeAnimation,ListContainer,OutlinedEdit,PathAnimation,ScrollContainer,Spinner
public interface UpdateListenerInterface used to listen for Update events. These events fire regularly and should be used to animate elements Note that the frequency in which update events fire is not guaranteed to be constant or within any given thereshold of the expected frequency.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateListenerTriggered(int elapsedMilliseconds)Called regularly by the system.
-