TIBCO Adapter SDK C++ Reference
MEventSource::removeListener
MEventSource | See Also
Removes a currently attached event listener from this event source.
Remarks
If you have multiple listeners attached to one event source, you have to remove each one individually. This method does not cancel certified delivery agreement for RVCM.
Parameters
Parameters Description
MEventListener* pMEventListener Event listener to remove from this event source.
Return Value
Return true if successful; false otherwise.
Exceptions
MException is thrown when the value of pMEventListener is set to NULL.
See Also
EventListener, MEventSource::addListener()
Declaration
virtual Mboolean removeListener(MEventListener* pMEventListener) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.