TIBCO Adapter SDK C++ Reference
MEventSource::MEventSource
MEventSource
Constructor for creating instances of MEventSource subclasses. Usually, applications use one of the already existing MEventSource subclasses. If you want to use custom events, however, you have to create your own custom event source subclass and then call its constructor to instantiate the custom event source.
Remarks
MEventSource has a protected constructor which you can call in the subclass.
Parameters
Parameters Description
MApp* pMApp Pointer to the application manager for this event source.
const MString& sName Name of this event source.
Declaration
MEventSource(MApp* pMApp, const MString& sName);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.