|
'Classic' CCA c++ binding (ccaffeine-only) 0.5.7
|
UNADOPTED standard: The interface listeners must implement to receive ConnectionEvents. More...
#include <ConnectionEventListener.h>
Public Member Functions | |
| virtual | ~ConnectionEventListener () |
| obligatory vdtor | |
| virtual void | connectionActivity (ConnectionEvent *evt) CLASSIC_CCA_PURE |
| Connection event hook a component may supply. | |
UNADOPTED standard: The interface listeners must implement to receive ConnectionEvents.
|
inlinevirtual |
obligatory vdtor
|
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.