interface XStatusListener in module com::sun::star::frame::

(Global Index)

Syntax

interface XStatusListener : com::sun::star::lang::XEventListener ;

Description

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

Method Summary

statusChanged is called when the status of the feature changes.

Method Details



statusChanged

Syntax

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

Description

is called when the status of the feature changes.

Top of Page