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

java.lang.Object
  extended by com.ptc.core.ca.co.client.doer.CoAbstractTaskDoer
      extended by com.ptc.core.ca.co.client.doer.CoDefaultActionTaskDoer
          extended by 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 com.ptc.core.ca.co.client.doer.CoDefaultActionTaskDoer
addDefaultTaskParameters, processDefaultTaskResult
 
Methods inherited from class com.ptc.core.ca.co.client.doer.CoAbstractTaskDoer
addConfigurableTaskParameters, executeTask, prepareTaskFeedback, prepareTaskName, prepareTaskParameters, processConfigurableTaskResult, processTaskResult
 
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. 
Action handler delegates the execution of the operation to the doer by calling this method on it.

Supported API: true

Parameters:
execData -
Throws:
WTException