com.ptc.core.ca.co.client.doer
Class CoProgressMonitorInterruptActionDoer

java.lang.Object
  extended by com.ptc.core.ca.co.client.doer.CoProgressMonitorInterruptActionDoer
All Implemented Interfaces:
CoActionDoer, CoDoer

Deprecated.

@Deprecated
public class CoProgressMonitorInterruptActionDoer
extends Object
implements CoActionDoer

This doer requests to interrupt a monitored WTThread once the Interrupt action is triggered.

Supported API: true

Extendable: false


Method Summary
 void execute(CoActionHandlerData execData)
          Deprecated. Requests interruption of a WTThread, started by a doer inside the opener frame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public void execute(CoActionHandlerData execData)
             throws WTException
Deprecated. 
Requests interruption of a WTThread, started by a doer inside the opener frame.

Supported API: true

Parameters:
execData - The handler's data container.
Throws:
WTException
See Also:
CoDoerHelper_ProgressMonitor#interruptTaskThread