Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

gov::cca::ConnectedConnectionEvent Class Reference

UNADOPTED standard implementation: Event delivered after a new connection has been made. More...

#include <ConnectedConnectionEvent.h>

Inheritance diagram for gov::cca::ConnectedConnectionEvent:

Inheritance graph
[legend]
Collaboration diagram for gov::cca::ConnectedConnectionEvent:

Collaboration graph
[legend]
List of all members.

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

PortInfogetPortInfo ()
 Get the PortInfo of the affected Port. More...


Private Attributes

PortInfopi

Detailed Description

UNADOPTED standard implementation: Event delivered after a new connection has been made.


Member Function Documentation

int gov::cca::ConnectedConnectionEvent::connected   [inline, virtual]
 

True if the event informs a connection.

(always)

Implements gov::cca::ConnectionEvent.

00019                   {
00020     return true;
00021   }

int gov::cca::ConnectedConnectionEvent::disconnected   [inline, virtual]
 

True if the event informs a disconnection (never).

Implements gov::cca::ConnectionEvent.

00023                      {
00024     return false;
00025   }

PortInfo* gov::cca::ConnectedConnectionEvent::getPortInfo   [inline, virtual]
 

Get the PortInfo of the affected Port.

Implements gov::cca::ConnectionEvent.

00027                           {
00028     return pi;
00029   }


The documentation for this class was generated from the following file:
Generated on Tue Aug 20 14:30:31 2002 for CCA Specification/Proposals by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002