Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: embed ::

interface XTransactionListener
Base Interfaces
XTransactionListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Description
makes it possible to receive events when a transacted object is commited or reverted.

Methods' Summary
preCommit is called just before the object is commited.  
commited is called after the object is commited.  
preRevert is called just before the object is reverted.  
reverted is called after the object is reverted.  
Methods' Details
preCommit
void
preCommit( [in] ::com::sun::star::lang::EventObject  aEvent )
raises( ::com::sun::star::uno::Exception );

Description
is called just before the object is commited.
commited
void
commited( [in] ::com::sun::star::lang::EventObject  aEvent );

Description
is called after the object is commited.
preRevert
void
preRevert( [in] ::com::sun::star::lang::EventObject  aEvent )
raises( ::com::sun::star::uno::Exception );

Description
is called just before the object is reverted.
reverted
void
reverted( [in] ::com::sun::star::lang::EventObject  aEvent );

Description
is called after the object is reverted.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.