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
 

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



Copyright © 2004-2009 XWiki. All Rights Reserved.