19#ifndef __com_sun_star_awt_grid_XGridDataListener_idl__
20#define __com_sun_star_awt_grid_XGridDataListener_idl__
26module
com { module sun { module star { module awt { module grid {
An instance of this interface is used by the XGridDataModel to get notifications about data model cha...
Definition XGridDataListener.idl:38
void rowsInserted([in] GridDataEvent Event)
is called when one or more rows of data have been inserted into a grid control's data model.
void rowHeadingChanged([in] GridDataEvent Event)
is called when the title of one or more rows changed.
void rowsRemoved([in] GridDataEvent Event)
is called when one or more rows of data have been removed from a grid control's data model.
void dataChanged([in] GridDataEvent Event)
is called when existing data in a grid control's data model has been modified.
base interface for all event listeners interfaces.
Definition XEventListener.idl:33
Definition Ambiguous.idl:22
used to notify changes in the data represented by an XMutableGridDataModel.
Definition GridDataEvent.idl:39