2005/5/9
-- ACDK API Docs Namespaces acdk acdk::lang acdk::lang::ref NotifyObjectEvent members See also: NotifyObjectEvent.cpp NotifyObjectEvent.h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <NotifyObjectEvent.h>
List of all members.
[static]
add element to listining at object events
notify all listener that object will be destroy.
if ohne listener returns false, Object will not be destroyed an no further listener will be notified
notifies all listener, calles remove internal remove(acdk::lang::Object* obj)
removes map entry of object to listener.
Listener may still listen on other listener. Objects itself are not removed.
remove listener on all objects
removes object and all connected listener (without notification)