#include <IXSynchronActionListener.hpp>
Public Member Functions | |
| virtual void MQUALIFIER | onExecuteAction (IXSynchronAction &rSender, Int iActCycleIndex)=0 |
This interface defines the listener for xobject synchronisation. It defines callback methods to receive actual informations about the synchronisation process.
| virtual void MQUALIFIER zeus::IXSynchronActionListener::onExecuteAction | ( | IXSynchronAction & | rSender, |
| Int | iActCycleIndex | ||
| ) | [pure virtual] |
call back if an action is been executed
| rSender | : Action reference |
| iActCycleIndex | : Actual cycle |