TIBCO Adapter SDK C++ Reference
MEvent::getSource
MEvent
Return the event source associated with this event.
Remarks
Applications use this method if they need state information directly from the event source itself, in addition to state from the event.

For example, you can use this method to access the subscriber associated with a data event, then call methods in the associated subscriber.

Declaration
virtual MEventSource * getSource() const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.