Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

DsLogNotification::AttributeValueChange Struct Reference

An attribute value change event is emitted by an event or notify log factory when a log attribute was changed. More...

import "DsLogNotification.idl";

List of all members.

Public Attributes

Log logref
LogId id
TimeT time
AttributeType type
any old_value
any new_value


Detailed Description

An attribute value change event is emitted by an event or notify log factory when a log attribute was changed.

The log attributes include:

This structure contains the following information:


Member Data Documentation

LogId DsLogNotification::AttributeValueChange::id
 

Log DsLogNotification::AttributeValueChange::logref
 

any DsLogNotification::AttributeValueChange::new_value
 

any DsLogNotification::AttributeValueChange::old_value
 

TimeT DsLogNotification::AttributeValueChange::time
 

AttributeType DsLogNotification::AttributeValueChange::type