21module
com { module sun { module star { module form { module binding {
specifies a listener for changes in a string entry list
Definition XListEntryListener.idl:27
void entryChanged([in] ListEntryEvent Source)
notifies the listener that a single entry in the list has change
void allEntriesChanged([in] com::sun::star::lang::EventObject Source)
notifies the listener that all entries of the list have changed.
void entryRangeRemoved([in] ListEntryEvent Source)
notifies the listener that a range of entries has been removed from the list
void entryRangeInserted([in] ListEntryEvent Source)
notifies the listener that a range of entries has been inserted into the list
base interface for all event listeners interfaces.
Definition generated_idl_chapter_refs.idl:2648
Definition Ambiguous.idl:20
specifies the event which is notified when a change in a string entry list occurred
Definition ListEntryEvent.idl:31
specifies the base for all event objects and identifies the source of the event.
Definition generated_idl_chapter_refs.idl:253