TIBCO Adapter SDK C++ Reference
MEventListener::MEventListener
MEventListener
Constructor for creating event listener instances.
Remarks
For each MEventSource subclass it is using, an application has to create its own subclass of MEventListener() and implement the onEvent() method.

Do not delete the MEventSource object from the event listener. Because the event source dispatches the event listener, memory corruption results if the event listener deletes the event source (making it no longer valid).

Declaration
MEventListener();
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.