DataDirector API
Public Member Functions | List of all members
DDD_ConnectionDeleted_Subscriber Class Referenceabstract

Abstract base class for subscribers of the ConnectionDeleted event. More...

#include <DDD_EventSubscriber.h>

Public Member Functions

virtual void TriggerConnectionDeleted (DDD_Connection *connection)=0
 

Detailed Description

Abstract base class for subscribers of the ConnectionDeleted event.

Member Function Documentation

virtual void TriggerConnectionDeleted ( DDD_Connection connection)
pure virtual

The ConnectionDeleted event handling method in this observer

Parameters
connectionpointer to connection that is about to be deleted from the Director
Postcondition
This subscriber should not contain any references to this connection.

The documentation for this class was generated from the following file: