org.xwiki.gwt.user.client
Class DeferredUpdater

java.lang.Object
  extended by org.xwiki.gwt.user.client.DeferredUpdater

public class DeferredUpdater
extends java.lang.Object

Schedules updates for an Updatable object and ensures that only the most recent update is actually executed.

Version:
$Id: DeferredUpdater.java 24900 2009-11-06 16:53:01Z sdumitriu $

Constructor Summary
DeferredUpdater(Updatable updatable)
          Creates a new deferred updater for the specified Updatable object.
 
Method Summary
 void deferUpdate()
          Schedule an update for the underlying object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeferredUpdater

public DeferredUpdater(Updatable updatable)
Creates a new deferred updater for the specified Updatable object.

Parameters:
updatable - updatable
Method Detail

deferUpdate

public void deferUpdate()
Schedule an update for the underlying object.



Copyright © 2004-2009 XWiki. All Rights Reserved.