TIBCO Adapter SDK C++ Reference
|
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.
class MEventListener;
MEventListener