public static interface

Scheduler.RepeatingCommand

com.google.gwt.core.client.Scheduler.RepeatingCommand
Known Indirect Subclasses

Class Overview

General-purpose Command interface for tasks that repeat.

Summary

Public Methods
abstract boolean execute()
Returns true if the RepeatingCommand should be invoked again.

Public Methods

public abstract boolean execute ()

Returns true if the RepeatingCommand should be invoked again.