Uses of Interface
org.xwiki.gwt.user.client.TimerListener

Packages that use TimerListener
org.xwiki.gwt.user.client   
 

Uses of TimerListener in org.xwiki.gwt.user.client
 

Classes in org.xwiki.gwt.user.client that implement TimerListener
 class DeferredUpdater
          Schedules updates for an Updatable object and ensures that only the most recent update is actually executed.
 

Methods in org.xwiki.gwt.user.client with parameters of type TimerListener
 void SourcesTimerEvents.addTimerListener(TimerListener listener)
          Registers a timer listener for the underlying timer.
 void Timer.addTimerListener(TimerListener listener)
          Registers a timer listener for the underlying timer.
 void SourcesTimerEvents.removeTimerListener(TimerListener listener)
          Unregister a timer listener from the underlying timer.
 void Timer.removeTimerListener(TimerListener listener)
          Unregister a timer listener from the underlying timer.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.