HydroCouple  2.0.0
HydroCouple Interface Definitions
HydroCouple::IExchangeItemChangeEventArgs Class Referenceabstract

The IExchangeItemChangeEventArgs contains the information that will be passed when the IComponentItem fires the componentItemChanged signal. More...

#include <hydrocouple.h>

Collaboration diagram for HydroCouple::IExchangeItemChangeEventArgs:

Public Member Functions

virtual ~IExchangeItemChangeEventArgs ()=0
 Standard destructor. More...
 
virtual IExchangeItemexchangeItem () const =0
 IExchangeItem which fired the signal. More...
 
virtual string message () const =0
 Gets message associated with the event. More...
 

Detailed Description

The IExchangeItemChangeEventArgs contains the information that will be passed when the IComponentItem fires the componentItemChanged signal.

Sending exchange item events is optional, so it should not be used as a mechanism to build critical functionality upon.

Constructor & Destructor Documentation

◆ ~IExchangeItemChangeEventArgs()

virtual HydroCouple::IExchangeItemChangeEventArgs::~IExchangeItemChangeEventArgs ( )
pure virtual

Standard destructor.

Member Function Documentation

◆ exchangeItem()

virtual IExchangeItem* HydroCouple::IExchangeItemChangeEventArgs::exchangeItem ( ) const
pure virtual

IExchangeItem which fired the signal.

◆ message()

virtual string HydroCouple::IExchangeItemChangeEventArgs::message ( ) const
pure virtual

Gets message associated with the event.


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