org.xwiki.gwt.user.client
Interface SourcesTimerEvents

All Known Implementing Classes:
Timer

public interface SourcesTimerEvents

An interface for registering timer listeners.

Version:
$Id: 5ad9bac43a7ca254dc330ad3de71b358b0d24c88 $

Method Summary
 void addTimerListener(TimerListener listener)
          Registers a timer listener for the underlying timer.
 void removeTimerListener(TimerListener listener)
          Unregister a timer listener from the underlying timer.
 

Method Detail

addTimerListener

void addTimerListener(TimerListener listener)
Registers a timer listener for the underlying timer.

Parameters:
listener - The timer listener to be added to the list of registered listeners.

removeTimerListener

void removeTimerListener(TimerListener listener)
Unregister a timer listener from the underlying timer.

Parameters:
listener - The timer listener to be removed from the list of registered listeners.


Copyright © 2004–2015 XWiki. All rights reserved.