|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.user.client.DeferredUpdater
public class DeferredUpdater
Schedules updates for an Updatable object and ensures that only the most recent update is actually executed.
| 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 |
|---|
public DeferredUpdater(Updatable updatable)
Updatable object.
updatable - updatable| Method Detail |
|---|
public void deferUpdate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||