#include <ConnectionEventService.hh>
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. |
virtual neo::cca::ports::ConnectionEventService::~ConnectionEventService | ( | ) | [inline, virtual] |
virtual void neo::cca::ports::ConnectionEventService::addConnectionEventListener | ( | EventType | et, | |
ConnectionEventListener * | l | |||
) | [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.
virtual void neo::cca::ports::ConnectionEventService::removeConnectionEventListener | ( | EventType | et, | |
ConnectionEventListener * | l | |||
) | [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.