From 3b3a0a0e7450b24c5827228c751f851d33ed024c Mon Sep 17 00:00:00 2001 From: Uwe Stieber Date: Mon, 21 Oct 2013 13:51:35 +0200 Subject: Target Explorer: Pass on progress monitor to isRunning method --- .../eclipse/tcf/te/runtime/services/interfaces/ISimulatorService.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src') diff --git a/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/ISimulatorService.java b/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/ISimulatorService.java index f5e85ee0e..6676e8b93 100644 --- a/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/ISimulatorService.java +++ b/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/ISimulatorService.java @@ -55,8 +55,9 @@ public interface ISimulatorService extends IService { * @param context The context. Must not be null. * @param config The encoded simulator settings or null. * @param callback The callback to invoke once the operation finishes. Must not be null. + * @param monitor The progress monitor or null. */ - public void isRunning(Object context, String config, ICallback callback); + public void isRunning(Object context, String config, ICallback callback, IProgressMonitor monitor); /** * Get the state of the simulator for the given context. -- cgit v1.2.3