TIBCO Adapter SDK C++ Reference
MEvent
Class Hierarchy | C++ Classes and Methods | Members | Methods
Base event class.
Remarks
As a rule, applications do not create instances of MEvent. Instead, the SDK itself (the event source) creates instances of the appropriate subclass of MEvent when an event arrives and notifies all event listeners that are interested in the event. Applications that need custom events must create both a subclass of MEventSource and a subclass of MEvent.
Declaration
class MEvent;
Class Hierarchy
MEvent
File
MEvent.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.