#include <ConnectedConnectionEvent.h>
Inheritance diagram for gov::cca::ConnectedConnectionEvent:


Public Methods | |
| ConnectedConnectionEvent (PortInfo *pi_) | |
| int | connected () |
| True if the event informs a connection. More... | |
| int | disconnected () |
| True if the event informs a disconnection (never). More... | |
| PortInfo * | getPortInfo () |
| Get the PortInfo of the affected Port. More... | |
Private Attributes | |
| PortInfo * | pi |
|
|
True if the event informs a connection. (always) Implements gov::cca::ConnectionEvent.
00019 {
00020 return true;
00021 }
|
|
|
True if the event informs a disconnection (never).
Implements gov::cca::ConnectionEvent.
00023 {
00024 return false;
00025 }
|
|
|
Get the PortInfo of the affected Port.
Implements gov::cca::ConnectionEvent.
00027 {
00028 return pi;
00029 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002