JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Help
GWT 2.8.2
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.google.gwt.core.client
Interface Scheduler.RepeatingCommand
All Known Subinterfaces:
IncrementalCommand
Enclosing class:
Scheduler
public static interface
Scheduler.RepeatingCommand
General-purpose Command interface for tasks that repeat.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
execute
()
Returns true if the RepeatingCommand should be invoked again.
Method Detail
execute
boolean execute()
Returns true if the RepeatingCommand should be invoked again.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Help
GWT 2.8.2
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method