![]() |
HydroCouple
2.0.0
HydroCouple Interface Definitions
|
The IExchangeItemChangeEventArgs contains the information that will be passed when the IComponentItem fires the componentItemChanged signal. More...
#include <hydrocouple.h>
Public Member Functions | |
virtual | ~IExchangeItemChangeEventArgs ()=default |
Standard destructor. | |
virtual IExchangeItem * | exchangeItem () const =0 |
IExchangeItem which fired the signal. | |
virtual string | message () const =0 |
Gets message associated with the event. | |
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.
|
virtualdefault |
Standard destructor.
|
pure virtual |
IExchangeItem which fired the signal.
|
pure virtual |
Gets message associated with the event.