Package com.macrofocus.molap.dataframe
Class DerivedDataFrame.AbstractColumn<R,V>
- java.lang.Object
-
- com.macrofocus.molap.dataframe.DerivedDataFrame.AbstractColumn<R,V>
-
- All Implemented Interfaces:
DerivedDataFrame.Column<R,V>
- Enclosing class:
- DerivedDataFrame<R,C,V>
public abstract static class DerivedDataFrame.AbstractColumn<R,V> extends java.lang.Object implements DerivedDataFrame.Column<R,V>
-
-
Constructor Summary
Constructors Constructor Description AbstractColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addColumnListener(DerivedDataFrame.ColumnListener<R,V> listener)
protected void
notifyColumnChanged(DerivedDataFrame.ColumnEvent<R,V> event)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.macrofocus.molap.dataframe.DerivedDataFrame.Column
getType, getValue
-
-
-
-
Method Detail
-
addColumnListener
public void addColumnListener(DerivedDataFrame.ColumnListener<R,V> listener)
- Specified by:
addColumnListener
in interfaceDerivedDataFrame.Column<R,V>
-
notifyColumnChanged
protected void notifyColumnChanged(DerivedDataFrame.ColumnEvent<R,V> event)
-
-