Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

DossierListener.h

Go to the documentation of this file.
00001 /***********************************************************************************
00002  *
00003  * Application: Investigator's Dashboard (MultimediaN project 6)
00004  * 
00005  * DossierListener
00006  *
00007  * Primary author(s): Ork
00008  *                  : 
00009  *                  : 
00010  ***********************************************************************************/
00011 
00012 #ifndef Impala_Application_IDash_DossierListener_h
00013 #define Impala_Application_IDash_DossierListener_h
00014 
00015 namespace Impala {
00016 namespace Application {
00017 namespace IDash {
00018 
00019 class DossierListener
00020 {
00021 public:
00022     virtual void
00023     PlayFileEvent(int videoID)
00024     {
00025     }
00026 
00027     virtual void
00028     ViewCrimeSceneEvent()
00029     {
00030     }
00031 
00032     virtual void
00033     ViewBrowserEvent()
00034     {
00035     }
00036 };
00037 
00038 }
00039 }
00040 }
00041 
00042 #endif

Generated on Fri Mar 19 09:30:26 2010 for ImpalaSrc by  doxygen 1.5.1