X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.team.ui%2Fsrc%2Forg%2Fsimantics%2Fteam%2Finternal%2FImportCoordinator.java;fp=bundles%2Forg.simantics.team.ui%2Fsrc%2Forg%2Fsimantics%2Fteam%2Finternal%2FImportCoordinator.java;h=3257e2182982687c105ae760ecb900bf7948b833;hp=823403f5631efb22e8797958e60d59b8dc38afa7;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.team.ui/src/org/simantics/team/internal/ImportCoordinator.java b/bundles/org.simantics.team.ui/src/org/simantics/team/internal/ImportCoordinator.java index 823403f56..3257e2182 100644 --- a/bundles/org.simantics.team.ui/src/org/simantics/team/internal/ImportCoordinator.java +++ b/bundles/org.simantics.team.ui/src/org/simantics/team/internal/ImportCoordinator.java @@ -1,26 +1,26 @@ -package org.simantics.team.internal; - -/** - * A parallel interface for ITaskManager suited for use with the - * org.simantics.datatype MethodInterface RPC mechanism. - * - * Differences: - * - void return values not supported (will be supported in the future) - * - * @author Tuukka Lehtonen - */ -public interface ImportCoordinator { - - int completed(double amount); - int subTask(String name); - int error(Exception e); - int error(String message, Exception e); - int error(String message); - int warning(String message); - int message(String message); - int debug(String message); - boolean isCanceled(); - - int sendData(String key, String value); - -} +package org.simantics.team.internal; + +/** + * A parallel interface for ITaskManager suited for use with the + * org.simantics.datatype MethodInterface RPC mechanism. + * + * Differences: + * - void return values not supported (will be supported in the future) + * + * @author Tuukka Lehtonen + */ +public interface ImportCoordinator { + + int completed(double amount); + int subTask(String name); + int error(Exception e); + int error(String message, Exception e); + int error(String message); + int warning(String message); + int message(String message); + int debug(String message); + boolean isCanceled(); + + int sendData(String key, String value); + +}