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

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

interface XStatusListener

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

Description
makes it possible to receive events when the state of a feature changes.


Methods' Summary

statusChanged is called when the status of the feature changes.

Methods' Details

statusChanged
 
[ oneway ] void
statusChanged(
[ in ] com::sun::star::frame::FeatureStateEvent Event );

Description
is called when the status of the feature changes.

Top of Page