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

TextFieldListener.h

Go to the documentation of this file.
00001 #ifndef OglGui_TextFieldListener_h
00002 #define TextFieldListener_h
00003 
00004 namespace OglGui
00005 {
00006 class TextField;
00007 
00008 class TextFieldListener
00009 {
00010 public:
00011     virtual void TextFieldChangedEvent(TextField *src, void* userData)
00012     {
00013     }
00014 };
00015 
00016 } // namespace OglGui
00017 
00018 #endif

Generated on Fri Mar 19 09:31:39 2010 for ImpalaSrc by  doxygen 1.5.1