If you are GWT 2.x have a look at: http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/core/client/Scheduler.html
Scheduler.get().scheduleFixedPeriod(Scheduler.RepeatingCommand cmd, int delayMs) Schedules a repeating command that is scheduled with a constant periodicity. On 12 Jul., 08:59, sanjay kanwar <[email protected]> wrote: > Hi There, > > I need to set up a timer of 2minutes and along with the need to show a > Battery with a percentage value.\ > I hav to write the client side code for this task. Any help would be > appreciated. thanks in Advance > > -- > Regards > > Sanjay Kanwar -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
