List of usage examples for com.google.gwt.core.client Scheduler.RepeatingCommand interface-usage
From source file org.drools.workbench.screens.guided.dtable.client.widget.analysis.CancellableRepeatingCommand.java
/** * Extension to RepeatingCommand to allow it to be cancelled before completion */ public interface CancellableRepeatingCommand extends Scheduler.RepeatingCommand { void cancel();
From source file org.drools.workbench.services.verifier.api.client.CancellableRepeatingCommand.java
/** * Extension to RepeatingCommand to allow it to be cancelled before completion */ public interface CancellableRepeatingCommand extends Scheduler.RepeatingCommand { void cancel();
From source file rx.internal.util.BackpressureDrainManager.java
/** * Manages the producer-backpressure-consumer interplay by matching up available elements with requested elements and/or * terminal events. */ @Experimental public final class BackpressureDrainManager implements Producer, Scheduler.RepeatingCommand {