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


Public Methods | |
| DisconnectingConnectionEvent (PortInfo *pi) | |
| int | connected () |
| True if the event informs a connection. More... | |
| int | disconnected () |
| True if the event informs a disconnection (always). More... | |
| PortInfo * | getPortInfo () |
| Get the PortInfo of the affected Port. More... | |
Private Attributes | |
| PortInfo * | pi |
|
|
True if the event informs a connection. (never) Implements gov::cca::ConnectionEvent.
00019 {
00020 return false;
00021 }
|
|
|
True if the event informs a disconnection (always).
Implements gov::cca::ConnectionEvent.
00023 {
00024 return true;
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