#include <CEGUIEvent.h>
Inheritance diagram for CEGUI::SubscriberInterface< Ret, Args >:
Public Member Functions | |
virtual Ret | operator() (Args) const =0 |
virtual | ~SubscriberInterface () |
|
Definition at line 58 of file CEGUIEvent.h. |
|
Implemented in CEGUI::_freeBinder< Ret, Args >, CEGUI::_functorBinder< Functor, Ret, Args >, CEGUI::_memberBinder< T, Ret, Args >, and CEGUI::_refBinder< Functor, Ret, Args >. |