Package | Description |
---|---|
com.macrofocus.molap.dataframe |
Provides the necessary classes and interfaces for dealing with indexed table structures.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataFrame.addDataFrameListener(DataFrameListener<R,C> listener) |
void |
DataFrame.addDataFrameListener(DataFrameListener<Row,Column> listener)
Add a listener to the list that's notified each time a change to the data frame occurs.
|
void |
AbstractDataFrame.addWeakDataFrameListener(DataFrameListener<R,C> listener) |
void |
DataFrame.addWeakDataFrameListener(DataFrameListener<Row,Column> listener)
Add a listener to the list that's notified each time a change to the data frame occurs.
|
void |
AbstractDataFrame.removeDataFrameListener(DataFrameListener<R,C> listener) |
void |
DataFrame.removeDataFrameListener(DataFrameListener<Row,Column> listener)
Remove a listener to the list that's notified each time a change to the data frame occurs.
|
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.