|
NEOCCA bindings Specification
0.2.8
|
"neo.cca.ports.ConnectionEventService": a Port to register/unregister our ConnectionEvent listener interface(s). More...
#include <ConnectionEventService.hh>


Public Member Functions | |
| virtual | ~ConnectionEventService () |
| obligatory vdtor More... | |
| virtual void | addConnectionEventListener (EventType et, ConnectionEventListener *l)=0 |
| Register l as interested in notification of type et. More... | |
| virtual void | removeConnectionEventListener (EventType et, ConnectionEventListener *l)=0 |
| Remove l as interested in notification of type et. More... | |
Public Member Functions inherited from neo::cca::Port | |
| virtual | ~Port () |
| obligatory virtual destructor More... | |
"neo.cca.ports.ConnectionEventService": a Port to register/unregister our ConnectionEvent listener interface(s).
|
inlinevirtual |
|
pure virtual |
Register l as interested in notification of type et.
Memory lifecycle: The framework is not responsible for deleting the given object l. The pointer l must be valid until after removeConnectionEventListener returns successfully.
|
pure virtual |
Remove l as interested in notification of type et.
Memory lifecycle: The framework is not responsible for deleting the given object l. The pointer l must be valid until after removeConnectionEventListener returns successfully.
1.8.13