List of usage examples for com.google.gwt.core.client Scheduler subclass-usage
From source file com.google.gwt.core.client.testing.StubScheduler.java
/** * A no-op implementation of Scheduler that simply records its arguments. */ public class StubScheduler extends Scheduler { private final List<RepeatingCommand> repeatingCommands = new ArrayList<RepeatingCommand>();