neo::cca::ports::ConnectionEventListener Class Reference

A component wishing to be notified of connections on itself can inherit and implement this interface or delegate its implementation as desired. More...

#include <ConnectionEventListener.hh>

List of all members.

Public Member Functions

virtual ~ConnectionEventListener ()
 obligatory vdtor
virtual void connectionActivity (ConnectionEvent_shared evt)=0
 Connection event hook a component may supply.


Detailed Description

A component wishing to be notified of connections on itself can inherit and implement this interface or delegate its implementation as desired.

Because of this, it is strictly an interface with a well defined lifecycle in ConnectionEventService and not wrapped in a shared_ptr.


Constructor & Destructor Documentation

virtual neo::cca::ports::ConnectionEventListener::~ConnectionEventListener (  )  [inline, virtual]

obligatory vdtor

00020 {}


Member Function Documentation

virtual void neo::cca::ports::ConnectionEventListener::connectionActivity ( ConnectionEvent_shared  evt  )  [pure virtual]

Connection event hook a component may supply.

Any action by the component on its Services is allowed during the connection activity, including getting, using, releasing, and unregistering a uses port.


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

Generated on Thu Mar 17 04:13:29 2011 for NEOCCA bindings Specification by  doxygen 1.5.9