TIBCO Adapter SDK C++ Reference
MDataEvent
Class Hierarchy | C++ Classes and Methods | Members | Methods
Encapsulate a data event.
Remarks
When information coming from a source application arrives at an event source such as a subscriber, the SDK creates an instance of MDataEvent and passes it to the user’s callback onEvent() method. Information about the event is then available by calling the methods in this class.

See also "Event Model" in TIBCO Adapter SDK Concepts.

Declaration
class MDataEvent : public MEvent;
Class Hierarchy
MEvent
    MDataEvent
File
MDataEvent.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.