NEOCCA bindings Specification  0.2.8
Public Member Functions
neo::cca::ports::ConnectionEventService Class Reference

"neo.cca.ports.ConnectionEventService": a Port to register/unregister our ConnectionEvent listener interface(s). More...

#include <ConnectionEventService.hh>

Inheritance diagram for neo::cca::ports::ConnectionEventService:
Inheritance graph
[legend]
Collaboration diagram for neo::cca::ports::ConnectionEventService:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~ConnectionEventService ()
 obligatory vdtor
virtual void addConnectionEventListener (EventType et, ConnectionEventListener *l)=0
 Register l as interested in notification of type et.
virtual void removeConnectionEventListener (EventType et, ConnectionEventListener *l)=0
 Remove l as interested in notification of type et.

Detailed Description

"neo.cca.ports.ConnectionEventService": a Port to register/unregister our ConnectionEvent listener interface(s).


Constructor & Destructor Documentation

obligatory vdtor

{}

Member Function Documentation

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.

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.


The documentation for this class was generated from the following file: