Planeshift
Public Member Functions

iDeleteObjectCallback Class Reference

This class generically allows objects to be notified when a gemObject is removed. More...

#include <deleteobjcallback.h>

List of all members.

Public Member Functions

virtual void DeleteObjectCallback (iDeleteNotificationObject *object)=0
virtual ~iDeleteObjectCallback ()

Detailed Description

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.


Constructor & Destructor Documentation

virtual iDeleteObjectCallback::~iDeleteObjectCallback ( ) [inline, virtual]

Definition at line 47 of file deleteobjcallback.h.


Member Function Documentation

virtual void iDeleteObjectCallback::DeleteObjectCallback ( iDeleteNotificationObject object) [pure virtual]

The documentation for this class was generated from the following file: