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

Public Methods | |
| virtual | ~ConnectionEvent () |
| obligatory vdtor. More... | |
| virtual int | connected ()=0 |
| True if the event informs a connection. More... | |
| virtual int | disconnected ()=0 |
| True if the event informs a disconnection. More... | |
| virtual PortInfo * | getPortInfo ()=0 |
| Get the PortInfo of the affected Port. More... | |
|
|
obligatory vdtor.
00011 {}
|
|
|
True if the event informs a connection.
Implemented in gov::cca::ConnectedConnectionEvent. |
|
|
True if the event informs a disconnection.
Implemented in gov::cca::ConnectedConnectionEvent. |
|
|
Get the PortInfo of the affected Port.
Implemented in gov::cca::ConnectedConnectionEvent. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002