:: com :: sun :: star :: document ::

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

::com::sun::star::lang::XEventListener
(referenced interface's summary:)

Methods' Summary
notifyStorageChange is called when document switches to another storage.  
Methods' Details
notifyStorageChange
void
notifyStorageChange( [in] ::com::sun::star::uno::XInterface  xDocument,
[in] ::com::sun::star::embed::XStorage  xStorage );

Description
is called when document switches to another storage.
Parameter xDocument
the document that has changed the storage it is based on
Parameter xStorage
the new storage the document is based on
Top of Page