com.ptc.core.ca.co.client.doer
Class CoDoAndGoActionTaskDoer
java.lang.Object
com.ptc.core.ca.co.client.doer.CoAbstractTaskDoer
com.ptc.core.ca.co.client.doer.CoDefaultActionTaskDoer
com.ptc.core.ca.co.client.doer.CoDoAndGoActionTaskDoer
- All Implemented Interfaces:
- CoActionDoer, CoDoer
Deprecated.
@Deprecated
public class CoDoAndGoActionTaskDoer
- extends CoDefaultActionTaskDoer
The class implementing an action doer that invokes a task to perform
an operation and issues an instruction to change the location of the
frame. The action must be configured with Location sub-element
specifying the address to go to.
Supported API: true
Extendable: true
|
Method Summary |
void |
execute(CoActionHandlerData execData)
Deprecated. Action handler delegates the execution of the operation to the doer
by calling this method on it. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
execute
public void execute(CoActionHandlerData execData)
throws WTException
- Deprecated.
- Action handler delegates the execution of the operation to the doer
by calling this method on it.
Supported API: true
- Parameters:
execData -
- Throws:
WTException