#include <IComponentInvoker.h>
Inheritance diagram for mx::IComponentInvoker:
Public Member Functions | |
virtual IComponent * | newComponent ()=0 |
Instantiates the respective component. |
Through invokers the framework implements the ability to support multiple instance components.
[khe]
Kai Hergenroether