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

com :: sun :: star :: chart ::

interface XChartDataChangeEventListener

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

Description
makes it possible to receive events when chart data changes.


Methods' Summary

chartDataChanged is called whenever chart data changes in value or structure.

Methods' Details

chartDataChanged
 
void
chartDataChanged(
[ in ] com::sun::star::chart::ChartDataChangeEvent aEvent );

Description
is called whenever chart data changes in value or structure.

This interface must be implemented by components that wish to get notified of changes in chart data. They can be registered at an XChartData component.

Parameter aEvent
the event that gives further information on what changed.
See also
ChartDataChangeEvent
See also
XChartData

Top of Page