50 #ifndef _ILINKACTIONLISTENER_H_
51 #define _ILINKACTIONLISTENER_H_
64 virtual void scheduleAction(
void* condition,
void* action)=0;
65 virtual void addAction(
void* action)=0;
66 virtual void removeAction(
void* action)=0;
76 #endif //_ILINKACTIONLISTENER_H_
Definition: ILinkActionListener.h:60