summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/complexlib/MethodThread.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/complexlib/MethodThread.java')
-rw-r--r--qadevOOo/runner/complexlib/MethodThread.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/qadevOOo/runner/complexlib/MethodThread.java b/qadevOOo/runner/complexlib/MethodThread.java
index e068323fd41e..418be5cbf7bf 100644
--- a/qadevOOo/runner/complexlib/MethodThread.java
+++ b/qadevOOo/runner/complexlib/MethodThread.java
@@ -95,9 +95,18 @@ public class MethodThread extends Thread
/**
* Stop the running method.
+ * @deprecated
*/
public void destroy()
{
+ stop();
+ }
+
+ /**
+ * Stop the running method.
+ */
+ public void stopRunning()
+ {
try
{
interrupt();