TIBCO Adapter SDK C++ Reference
MEventSource::notify
MEventSource
Triggers an event in each event listener attached to this event source.
Remarks
The adapter class library automatically performs the notification if you are using one of the existing subclasses of MEventSource. If you created your own subclass, you can use this method to trigger the listeners.
Parameters
Parameters Description
const MEvent& refMEvent Pointer to the event that is to be sent.
Declaration
virtual Mboolean notify(const MEvent& refMEvent);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.