NEOCCA bindings Specification
0.2.8
|
An event passed around when connection activities occur. More...
#include <ConnectionEvent.hh>
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. |
An event passed around when connection activities occur.
It is handled with a shared pointer.
virtual neo::cca::ports::ConnectionEvent::~ConnectionEvent | ( | ) | [inline, virtual] |
obligatory vdtor
{}
virtual enum EventType neo::cca::ports::ConnectionEvent::getEventType | ( | ) | [pure virtual] |
return the event type.
virtual TypeMap_shared neo::cca::ports::ConnectionEvent::getPortInfo | ( | ) | [pure virtual] |
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).