AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ ActionEnd()

virtual void drama::Spawnable::ActionEnd ( MessageHandlerPtr  obj)
pure virtual

Invoked when the spawned action has completed.

This method allows any tidying up to be done when the spawned action completes.

Note
- if Spawn() has returned a std::shared_ptr<> to an object that is deleted when the last reference is deleted, then this method does not normally need to do anything. It need only be used if the implementation is doing something else which needs tidying up.
Parameters
objThe object returned by Spawn() for this action.