com :: sun :: star :: container :: interface XContainerListener
- Base Interface
- com::sun::star::lang::XEventListener
- Description
- receives events when the content of the related container changes.
Methods' 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.
|
Methods' Details
|
- elementInserted
-  
- [ oneway ] void
elementInserted(
-
- Description
- is invoked when a container has inserted an element.
|
- elementRemoved
-  
- [ oneway ] void
elementRemoved(
-
- Description
- is invoked when a container has removed an element.
|
- elementReplaced
-  
- [ oneway ] void
elementReplaced(
-
- Description
- is invoked when a container has replaced an element.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.