|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.simple.CoSimpleActionDoer
@Deprecated public abstract class CoSimpleActionDoer
The class an action doer utilizing "simple" approach can extend.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
boolean |
canExecute(CoActionHandlerData execData)
Deprecated. Returns whether the action can be triggered. |
boolean |
canExecute(CoSimpleActionHandlerData execData)
Deprecated. Returns whether the action can be triggered. |
void |
execute(CoActionHandlerData execData)
Deprecated. Action handler delegates the execution of the operation to the doer by calling this method on it. |
abstract void |
execute(CoSimpleActionHandlerData execData)
Deprecated. Action handler delegates the execution of the operation to the doer by calling this method on it. |
boolean |
isRelevant(CoActionHandlerData execData)
Deprecated. Returns whether the action is relevant to the current situation. |
boolean |
isRelevant(CoSimpleActionHandlerData execData)
Deprecated. Returns whether the action is relevant to the current situation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final void execute(CoActionHandlerData execData)
throws WTException
execData -
WTException
public final boolean canExecute(CoActionHandlerData execData)
throws WTException
execData -
WTException
public final boolean isRelevant(CoActionHandlerData execData)
throws WTException
execData -
WTException
public abstract void execute(CoSimpleActionHandlerData execData)
throws WTException
execData -
WTException
public boolean canExecute(CoSimpleActionHandlerData execData)
throws WTException
execData -
WTException
public boolean isRelevant(CoSimpleActionHandlerData execData)
throws WTException
execData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||