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

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

Deprecated.

@Deprecated
public class CoNoOpModelDoer
extends Object
implements CoModelDoer

The model doer that does not do anything. Useful in the situations when a doer needs to be specified but there is nothing to delegate to it.

Supported API: true

Extendable: false


Method Summary
 void execute(CoModelHandlerData execData)
          Deprecated. Model Handler delegates model update to a doer by calling this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public void execute(CoModelHandlerData execData)
             throws WTException
Deprecated. 
Model Handler delegates model update to a doer by calling this method.

Supported API: true

Specified by:
execute in interface CoModelDoer
Parameters:
execData -
Throws:
WTException