Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: awt ::
|
| unpublished |
interface XItemListListener |
|
|
- Base Interfaces
XItemListListener
┗ ::com::sun::star::lang::XEventListener
| ::com::sun::star::lang::XEventListener |
- (referenced interface's summary:)
- base interface for all event listeners interfaces.
|
|
- Usage Restrictions
- not published
- Description
- describes a listener for changes in a item list
- See also
- XListItems
|
| Methods' Details |
listItemInserted
- Description
- is called when an item is inserted into the list
|
|
listItemRemoved
- Description
- is called when an item is removed from the list
|
|
listItemModified
- Description
- is called when an item in the list is modified, i.e. its text or image changed
|
|
allItemsRemoved
- Description
- is called when the list has been completely cleared, i.e. after an invocation of
XItemList::removeAllItems
|
|
itemListChanged
- Description
- is called when the changes to the item list which occured are too complex to be notified
in single events.
Consumers of this event should discard their cached information about the current item list,
and completely refresh it from the XItemList's current state.
|
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.