50 #ifndef _IEVENTLISTENER_H_
51 #define _IEVENTLISTENER_H_
66 static const short PT_CORE = 0;
67 static const short PT_LINK = 1;
68 static const short PT_OBJECT = 2;
71 virtual void eventStateChanged(
72 void* event,
short transition,
short previousState)=0;
74 virtual short getPriorityType()=0;
84 #endif //_IEVENTLISTENER_H_
Definition: IEventListener.h:63