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 © 2011, 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.