|  | GL Studio C++ Runtime API
    | 
#include <disti_metadata.h>
 
  
 | Public Member Functions | |
| virtual void | Call (DistiAttributeBase &attr)=0 | 
| virtual bool | IsValid () const =0 | 
Class used to call a callback method that takes a DistiAttributeBase
| 
 | pure virtual | 
call the callback with the provided display event
Implemented in AttributeFnCallback, AttributeResourceCallback< T >, and AttributeMethodCallback< T >.
| 
 | pure virtual | 
When IsValid is false, then this AttributeObserver can be deleted.
Implemented in AttributeFnCallback, AttributeResourceCallback< T >, and AttributeMethodCallback< T >.