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

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

#include <DDD_EventSubscriber.h>

Public Member Functions

virtual void TriggerConnectionSelected (DDD_Connection *connection)=0
 

Detailed Description

Abstract base class for subscribers of the ConnectionSelected event.

Member Function Documentation

virtual void TriggerConnectionSelected ( DDD_Connection connection)
pure virtual

The ConnectionSelected event handling method in this observer

Parameters
connectionpointer to connection that is selected
Warning
NULL should be handled gracefully. The Editor treats this case as an "unselect" event.

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