Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ListenerInterface.h

Go to the documentation of this file.
00001 #ifndef __LISTENERINTERFACE_H
00002 #define __LISTENERINTERFACE_H
00003 
00004 class ObservableInterface;
00005 
00010 class ListenerInterface {
00011 public:
00015     virtual void handleEvent(ObservableInterface* observable, int eventType, void* object) = 0;
00016 };
00017 
00018 #endif

Generated at Thu Jul 11 13:31:50 2002 for Peekabooty by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001