iv::AttributeListener Class Reference

#include <Attribute.hpp>

Public Member Functions

virtual void Attribute_Activated (Attribute *)
 
virtual void Attribute_Deactivated (Attribute *)
 
virtual void Attribute_Changed (Attribute *)
 

Detailed Description

Definition at line 17 of file Attribute.hpp.

Member Function Documentation

◆ Attribute_Activated()

virtual void iv::AttributeListener::Attribute_Activated ( Attribute )
inlinevirtual

No usually used. Might be used by some kind of implicit listeners.

Definition at line 23 of file Attribute.hpp.

◆ Attribute_Deactivated()

virtual void iv::AttributeListener::Attribute_Deactivated ( Attribute )
inlinevirtual

Called during destruction of the attribute. There is no need to unregister the listener using Attribute::AttributeListener at that point.

Definition at line 29 of file Attribute.hpp.

◆ Attribute_Changed()

virtual void iv::AttributeListener::Attribute_Changed ( Attribute )
inlinevirtual

Called whenever the attribute (source) changes its value and this should be propagated to its listener.

Definition at line 34 of file Attribute.hpp.


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