blob: 49a5c9f787a574900f5ec30245072a815eaac1e7 [file] [log] [blame]
package com.intellij.remoteServer.runtime;
import org.jetbrains.annotations.NotNull;
/**
* @author nik
*/
public interface RemoteOperationCallback {
void errorOccurred(@NotNull String errorMessage);
}