Example usage for com.intellij.openapi.vcs.impl CancellableRunnable interface-usage

List of usage examples for com.intellij.openapi.vcs.impl CancellableRunnable interface-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.vcs.impl CancellableRunnable interface-usage.

Usage

From source file com.google.cloud.tools.intellij.appengine.cloud.AppEngineExecutor.java

/**
 * Executor of {@link AppEngineTask}'s.
 */
public class AppEngineExecutor implements CancellableRunnable {

    private Process process;

From source file com.google.cloud.tools.intellij.appengine.cloud.executor.AppEngineExecutor.java

/**
 * Executor of {@link AppEngineTask}'s.
 */
public class AppEngineExecutor implements CancellableRunnable {

    private Process process;