29 virtual void unbind(std::size_t callbackUID) = 0;
Implements an event handle that automatically unbinds callbacks on destruction.
Definition ksEventHandle.h:26
Implements interface for multicasting events.
Definition ksEventInterface.h:21
virtual void unbind(std::size_t callbackUID)=0
Unbinds callback from the list.