NEOCCA bindings Specification
0.2.8
|
00001 #ifndef __neoConnectionEventListener_H__ 00002 #define __neoConnectionEventListener_H__ 00003 00004 namespace neo { 00005 namespace cca { 00006 namespace ports { 00007 00016 class ConnectionEventListener { 00017 public: 00018 00020 virtual ~ConnectionEventListener() {} 00021 00026 virtual void connectionActivity(ConnectionEvent_shared evt)= 0; 00027 }; 00028 00029 00030 } // end namespace ports 00031 } // end namespace cca 00032 } // end namespace neo 00033 00034 #endif // __neoConnectionEventListener_H__