|  | GL Studio C++ Runtime API
    | 
#include <disti_metadata.h>
 
  
 | Public Member Functions | |
| virtual void | NotifyAttributeChanged (const AttributeName &name)=0 | 
| virtual | ~AttributeChangedNotifier () | 
Interface for notifying when attributes have changed
| 
 | inlinevirtual | 
destructor
| 
 | pure virtual | 
Notify the class that the attribute has changed. Observers of the attribute will have their callbacks called
| name | the name of the attribute | 
Implemented in DisplayObject, ComponentBase, DisplayFrame, and GlsMultiView::ViewData.