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

ConnectionEventListener.h

00001 #ifndef __ConnectionEventListener_H__
00002 #define __ConnectionEventListener_H__
00003 
00004 namespace gov {
00005   namespace cca {
00006 
00009 class ConnectionEventListener {
00010  public:
00012   virtual ~ConnectionEventListener() {}
00017   virtual void connectionActivity(ConnectionEvent* evt) = 0;
00018 };
00019 
00020 
00021   } ENDSEMI
00022 } ENDSEMI
00023 
00024 #endif // __ConnectionEventListener_H__

Generated on Tue Aug 20 14:30:31 2002 for CCA Specification/Proposals by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002