Package com.macrofocus.molap.subset
Interface DimensionListener<R>
-
public interface DimensionListener<R>
Created by luc on 16/05/15.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dimensionChanged(DimensionEvent<R> event)
void
selectedCountChanged()
-
-
-
Method Detail
-
dimensionChanged
void dimensionChanged(DimensionEvent<R> event)
-
selectedCountChanged
void selectedCountChanged()
-
-