IODConnectionEventListener Class

class IODConnectionEventListener: public IEventListener

Interface to handle connection events. Connection event listeners map connection events onto virtual member functions for handling.

Defined in: OdConnectionEvent.h

See Also

CODSymbolComponent

Class Members

virtual BOOL OnConnectionMove(CODConnection* pConnection)

Called by the framework when a given connection is moving.

virtual BOOL OnRemoveDependent(CODConnection* pConnection)

Called by the framework when the dependent on the given connection is removed.