TIBCO Adapter SDK C++ Reference
MEvent Members
MEvent | Legend
Members
Methods
Method Description
downCast Performs safe cast operation for MEvent objects.

 

See MComponent::downCast() for a detailed explanation and example.

downCast Performs safe cast operation for MEvent objects.

 

See MComponent::downCast() for a detailed explanation and example.

getSource Return the event source associated with this event.
getType Return the event type as an MString. This could be, for example, MDataEvent or MIOEvent.
MEvent Constructor for creating instances of MEvent subclasses. The SDK creates all events for the event sources it provides. If, however, you want to work with a custom event, you create a subclass of MEventSource and a subclass of MEvent. Your custom event source can then create instances of your custom event subclass.

Copyright (c) 2010 TIBCO Software Inc. All rights reserved.