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

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

#include <DDD_EventSubscriber.h>

Public Types

enum  ConnectionShiftDirection { CONNECTION_SHIFT_UP = 0, CONNECTION_SHIFT_DOWN = 1 }
 

Public Member Functions

virtual void TriggerConnectionShifted (DDD_Connection *connection, ConnectionShiftDirection direction)=0
 

Detailed Description

Abstract base class for subscribers of the ConnectionShifted event.

Member Enumeration Documentation

Enumerator
CONNECTION_SHIFT_UP 

connection has switched places with the one before it

CONNECTION_SHIFT_DOWN 

connection has switched places with the one behind it

Member Function Documentation

virtual void TriggerConnectionShifted ( DDD_Connection connection,
ConnectionShiftDirection  direction 
)
pure virtual

The ConnectionShifted event handling method in this observer

Parameters
connectionpointer to connection that is to be shifted
directionenum denoting connection's direction for shift.

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