SophiaFramework UNIVERSE 5.3 |
#include <SFCInvoker.h.hpp>
class SFCInvoker : public virtual static_exception< SFCError >;
SFMTYPEDEFCLASS(SFCInvoker)
The Invoke function of SFCApplication class or SFRResponder class is implemented by overriding the SFCInvoker::Invoke function.
Constructor/Destructor |
---|
SFCInvoker( Void ) Constructor of the SFCInvoker class.
|
~SFCInvoker( Void ) Destructor of the SFCInvoker class.
|
Public Functions | |
---|---|
Bool |
Invoke(
SFXEventConstRef event
) Send an event.
|
[ protected, explicit ] SFCInvoker(Void);
[ protected, virtual ] ~SFCInvoker(Void);
[ public, virtual ] Bool Invoke( SFXEventConstRef event // event );
The SFCInvoker::Invoke function is a pure virtual function, i.e., any application class needs to override the SFCInvoker::Invoke function.
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |