TIBCO Adapter SDK C++ Reference
MEventListener
Class Hierarchy | C++ Classes and Methods | Members | Methods
Event listeners are callback classes that register interest in an event and are notified when the event occurs.

MEventListener is an abstract class. Applications create subclasses for different types of event sources; typically one subclass for each type of event. Applications can then specify the onEvent() methods in each subclass, and associate the listener with an event source by calling the MEventSource::addListener() method.

Remarks
If you delete an instance of MEventListener (or one of its subclasses) anywhere other than with the MApp destructor, be sure to remove it from any event source to which it is attached by calling MEventSource::removeListener().
Declaration
class MEventListener;
Class Hierarchy
MEventListener
File
MEventListener.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.