TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MEvent::getType
MEvent
Return the event type as an
MString
. This could be, for example,
MDataEvent
or
MIOEvent
.
Remarks
Use of this method to determine an
MEvent
subclass is not recommended. Use the
downCast
() method instead.
Declaration
virtual
MString
getType() = 0
const
;
Links
MEvent
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference