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

gov::cca::ConnectionEvent Class Reference

UNADOPTED standard: ConnectionEvent event interface. More...

#include <ConnectionEvent.h>

Inheritance diagram for gov::cca::ConnectionEvent:

Inheritance graph
[legend]
List of all members.

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 PortInfogetPortInfo ()=0
 Get the PortInfo of the affected Port. More...


Detailed Description

UNADOPTED standard: ConnectionEvent event interface.


Constructor & Destructor Documentation

virtual gov::cca::ConnectionEvent::~ConnectionEvent   [inline, virtual]
 

obligatory vdtor.

00011 {}


Member Function Documentation

virtual int gov::cca::ConnectionEvent::connected   [pure virtual]
 

True if the event informs a connection.

Implemented in gov::cca::ConnectedConnectionEvent.

virtual int gov::cca::ConnectionEvent::disconnected   [pure virtual]
 

True if the event informs a disconnection.

Implemented in gov::cca::ConnectedConnectionEvent.

virtual PortInfo* gov::cca::ConnectionEvent::getPortInfo   [pure virtual]
 

Get the PortInfo of the affected Port.

Implemented in gov::cca::ConnectedConnectionEvent.


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