![]() ![]() ![]()
|
BREW C++ Class Library & GUI Framework & XML Middleware : SophiaFramework 4.1 |
#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 SFCInvoker class.
|
|
~SFCInvoker( Void ) Destructor of 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 - 2009 Sophia Cradle, Inc. All Rights Reserved. |
![]() ![]() ![]()
|