#include <ISceneEventManager.h>

Public Member Functions | 
|
| INodeEventCallback * | GetINodeEventCallback () | 
| Casts to an INodeEventCallback if
possible If this object is an INodeEventCallback, this
method downcasts and returns a pointer.  | 
|
| INodeEventCallback* GetINodeEventCallback | ( | ) | [inline] | 
Casts to an INodeEventCallback if possible If this object is an INodeEventCallback, this method downcasts and returns a pointer.
Otherwise this returns NULL.
{ return (INodeEventCallback*)(this->GetInterface(INODEEVENTCALLBACK_INTERFACE_ID)); }