R
- the type of row keysC
- the type of column keyspublic interface DataFrameListener<R,C>
Modifier and Type | Method and Description |
---|---|
void |
dataFrameChanged(DataFrameEvent<R,C> event)
Called whenever the structure or the values of the data frame changes.
|
void dataFrameChanged(DataFrameEvent<R,C> event)
event
- the event that characterizes the change.Copyright © 2014 Macrofocus GmbH. All Rights Reserved.