Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: frame ::

interface XLoadEventListener

Base Interface
com::sun::star::lang::XEventListener

Description
is used to receive callbacks from a frame loader.


Methods' Summary

loadFinished is called when a new control is loaded into a frame.
loadCancelled is called when a frame load is cancelled.

Methods' Details

loadFinished
 
[ oneway ] void
loadFinished(
[ in ] com::sun::star::frame::XFrameLoader aLoader );

Description
is called when a new control is loaded into a frame.
loadCancelled
 
[ oneway ] void
loadCancelled(
[ in ] com::sun::star::frame::XFrameLoader aLoader );

Description
is called when a frame load is cancelled.

Top of Page