22 module
com { module sun { module star { module beans {
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:27
Definition: Ambiguous.idl:20
gets delivered whenever a "bound" or "constrained" property is changed.
Definition: PropertyChangeEvent.idl:37
any OldValue
contains the old value of the property.
Definition: PropertyChangeEvent.idl:60
any NewValue
contains the new value of the property.
Definition: PropertyChangeEvent.idl:65
string PropertyName
contains the unique name of the property which changes its value.
Definition: PropertyChangeEvent.idl:42
long PropertyHandle
contains the implementation handle for the property.
Definition: PropertyChangeEvent.idl:55
boolean Further
contains TRUE if further events in the same transaction occur.
Definition: PropertyChangeEvent.idl:47