:: com :: sun :: star :: util ::

struct ElementChange
Description
This structure describes a single change that is part of a batch of changes.

Elements' Summary
Accessor This contains the accessor to the element which changed.  
Element This contains the element that was inserted or changed.  
ReplacedElement This contains the element that was replaced or removed.  
Elements' Details
Accessor
any Accessor;
Description
This contains the accessor to the element which changed.

The type and the value of the accessor depends on the service.

Element
any Element;
Description
This contains the element that was inserted or changed.
ReplacedElement
any ReplacedElement;
Description
This contains the element that was replaced or removed.
Top of Page