Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

BaseObjectEventHandler.h

Go to the documentation of this file.
00001 
00009 #pragma once
00010 #include "IObjectEventHandler.h"
00011 
00022 class BaseObjectEventHandler: public IObjectEventHandler
00023 {
00024 public:
00025     //  IObjectEventHandler Interface   //
00026     void changed(IManagedObject *inTarget);
00027     void childChanged(IManagedObject *inTarget, void *inChild);
00028     void childAdded(IManagedObject *inTarget, void *inChild);
00029 };

Generated on Mon Apr 15 15:22:58 2002 for WhiteDwarf by doxygen1.2.15