interface XContainerListener in module com::sun::star::container:: |
interface XContainerListener : com::sun::star::lang::XEventListener ;
receives events when the content of the related container changes.
Method Summary |
|
| elementInserted | is invoked when a container has inserted an element. |
| elementRemoved | is invoked when a container has removed an element. |
| elementReplaced | is invoked when a container has replaced an element. |
Method Details |
||||
|
||||
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.