Methods' Details |
approveInsertElement
- Description
- is called for the listener to approve an insertion into the container
- Returns
- an instance implementing the ::com::sun::star::util::XVeto interface,
if the insertion is vetoed, NULL otherwise.
|
|
approveReplaceElement
- Description
- is called for the listener to approve a replacement inside the container
- Returns
- an instance implementing the ::com::sun::star::util::XVeto interface,
if the replacement is vetoed, NULL otherwise.
|
|
approveRemoveElement
- Description
- is called for the listener to approve a removal of an element from the container
- Returns
- an instance implementing the ::com::sun::star::util::XVeto interface,
if the removal is vetoed, NULL otherwise.
|
|
Copyright © 2010 Sun Microsystems, Inc.