:: com :: sun :: star :: container ::
|
unpublished |
interface XContainerApproveListener |
|
|
|
- Usage Restrictions
- not published
- Description
- is notified to approve changes which happen to the content of a generic container
- See also
- XContainerApproveBroadcaster
|
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.
|
|
Top of Page
Copyright © 1995, 2012, 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.