LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_form_binding_XListEntryListener_idl__
21 #define __com_sun_star_form_binding_XListEntryListener_idl__
27 module
com { module sun { module star { module form { module binding {
specifies the event which is notified when a change in a string entry list occurred
Definition: ListEntryEvent.idl:36
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
void allEntriesChanged([in] com::sun::star::lang::EventObject Source)
notifies the listener that all entries of the list have changed.
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:32
void entryChanged([in] ListEntryEvent Source)
notifies the listener that a single entry in the list has change
void entryRangeInserted([in] ListEntryEvent Source)
notifies the listener that a range of entries has been inserted into the list
Definition: Ambiguous.idl:22
void entryRangeRemoved([in] ListEntryEvent Source)
notifies the listener that a range of entries has been removed from the list
specifies a listener for changes in a string entry list
Definition: XListEntryListener.idl:33