Planeshift
|
This class generically allows objects to be notified when a gemObject is removed. More...
#include <deleteobjcallback.h>
Public Member Functions | |
virtual void | DeleteObjectCallback (iDeleteNotificationObject *object)=0 |
virtual | ~iDeleteObjectCallback () |
This class generically allows objects to be notified when a gemObject is removed.
psGEMEvent uses this heavily to make sure that timed events for an object are not run when obsolete, but other classes may use this too as appropriate.
Definition at line 43 of file deleteobjcallback.h.
virtual iDeleteObjectCallback::~iDeleteObjectCallback | ( | ) | [inline, virtual] |
Definition at line 47 of file deleteobjcallback.h.
virtual void iDeleteObjectCallback::DeleteObjectCallback | ( | iDeleteNotificationObject * | object | ) | [pure virtual] |