TIBCO Adapter SDK C++ Reference
MEventSource
Class Hierarchy | C++ Classes and Methods | Members | Methods
The SDK event model uses three classes:

  • MEventSource and its subclasses generate events.

  • The MEvent class has subclasses for the different types of events.

  • An event listener with an onEvent() method listens to events and performs the appropriate actions.
The event source generates the appropriate event instances and calls the onEvent() method of each listener the application added to that source.
Declaration
class MEventSource : public MComponent;
Class Hierarchy
MObject
    MComponent
        MEventSource
File
MEventSource.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.