Java com.google.gwt.user.client DeferredCommand fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client DeferredCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client DeferredCommand.

The text is from its open source code.

Method

voidadd(Command cmd)
Enqueues a Command to be fired after all current events have been handled.
voidaddCommand(Command cmd)
Enqueues a Command to be fired after all current events have been handled.
voidaddCommand(IncrementalCommand cmd)
Enqueues an IncrementalCommand to be fired after all current events have been handled.
voidaddPause()
Adds a "pause" to the queue of DeferredCommand s.