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 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.