|
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 More... | |
| virtual enum EventType | getEventType ()=0 |
| return the event type. More... | |
| virtual TypeMap_shared | getPortInfo ()=0 |
| Get the properties of the affected Port. More... | |
An event passed around when connection activities occur.
It is handled with a shared pointer.
|
pure virtual |
return the event type.
|
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).
1.8.13