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

An event passed around when connection activities occur. More...

#include <ConnectionEvent.hh>

List of all members.

Public Member Functions

virtual ~ConnectionEvent ()
 obligatory vdtor
virtual enum EventType getEventType ()=0
 return the event type.
virtual TypeMap_shared getPortInfo ()=0
 Get the properties of the affected Port.

Detailed Description

An event passed around when connection activities occur.

It is handled with a shared pointer.


Constructor & Destructor Documentation

obligatory vdtor

{}

Member Function Documentation

return the event type.

Get the properties of the affected Port.

Among these are: "cca.portName" (string), "cca.portType" (string), "ABLE_TO_PROXY" (bool), "MAX_CONNECTIONS" (int), "MIN_CONNECTIONS" (int).


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