Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members
E:/Programming/MyProject/K_Game_hg/GameEngine/include/resource/LoadEventReceiver.h
Go to the documentation of this file.
00001 // Copyright 2006-2011 by Kat'Oun
00002 
00003 #ifndef _LOAD_EVENT_RECEIVER_H_
00004 #define _LOAD_EVENT_RECEIVER_H_
00005 
00006 #include <EngineConfig.h>
00007 
00008 namespace resource
00009 {
00010 
00011 struct LoadEvent;
00012 
00013 class ENGINE_PUBLIC_EXPORT LoadEventReceiver
00014 {       
00015 public:
00016 
00017         virtual ~LoadEventReceiver();
00018 
00020         virtual void loadStarted(const LoadEvent& evt);
00021 
00023         virtual void loadUpdate(const LoadEvent& evt);
00024 
00026         virtual void loadEnded(const LoadEvent& evt);
00027 };
00028 
00029 } // end namespace resource
00030 
00031 #endif

The KG Game Engine
The KG Game Engine Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:05 by Doxygen (1.7.4)