:: com :: sun :: star :: chart ::
|
interface XChartDataChangeEventListener |
- Base Hierarchy
::com::sun::star::uno::XInterface
|
+-::com::sun::star::lang::XEventListener
|
+-XChartDataChangeEventListener
|
- 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
- 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
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.