NEOCCA bindings Specification  0.2.8
Public Member Functions | List of all members
neo::cca::ports::ConnectionEvent Class Referenceabstract

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...
 

Detailed Description

An event passed around when connection activities occur.

It is handled with a shared pointer.

Constructor & Destructor Documentation

◆ ~ConnectionEvent()

virtual neo::cca::ports::ConnectionEvent::~ConnectionEvent ( )
inlinevirtual

obligatory vdtor

31 {}

Member Function Documentation

◆ getEventType()

virtual enum EventType neo::cca::ports::ConnectionEvent::getEventType ( )
pure virtual

return the event type.

◆ getPortInfo()

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).


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