28 virtual void unbind(std::size_t callbackUID) = 0;
Implements event handle, used to automatically unbind callback on destruction.
Definition ksEventHandle.h:26
Implements interface for multicasting events.
Definition ksEventInterface.h:20
virtual void unbind(std::size_t callbackUID)=0
Unbinds callback from the list.