:: com :: sun :: star :: sdb ::

deprecated interface XDatabaseAccessListener
Base Interfaces
XDatabaseAccessListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Usage Restrictions
deprecated
Description
is not to be used anymore

Methods' Summary
connectionChanged  
approveConnectionClosing  
connectionClosing  
Methods' Details
connectionChanged
[oneway] void
connectionChanged( [in] ::com::sun::star::lang::EventObject  event );

approveConnectionClosing
boolean
approveConnectionClosing( [in] ::com::sun::star::lang::EventObject  event );

connectionClosing
[oneway] void
connectionClosing( [in] ::com::sun::star::lang::EventObject  event );

Top of Page