interface MAGES::SceneGraph::ChoiceActionData::IDecisionHandler¶
Overview¶
Interface for decision handlers. More…
interface IDecisionHandler
{
// methods
void SetCallbackHandle(Action completeAction);
};
// direct descendants
class ChoiceActionUI;
Detailed Documentation¶
Interface for decision handlers.
Methods¶
void SetCallbackHandle(ActioncompleteAction)
Sets the callback handle for the decision.
Parameters:
completeAction |
The handle to finalize the decision. |