Package com.macrofocus.high_d.som
Class AbsractSOMModel<Color,Row,Column>
java.lang.Object
com.macrofocus.high_d.som.AbsractSOMModel<Color,Row,Column>
- All Implemented Interfaces:
SOMModel<Color,
Row, Column>
- Direct Known Subclasses:
DefaultSOMModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSOMListener
(SOMListener listener) Add a listener for receiving interesting events about changes in the model.protected void
void
removeSOMListener
(SOMListener listener) Remove a listener from the list of listeners that should be notified about changes in the model.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.macrofocus.high_d.som.SOMModel
getAxisGroupModel, getDataFrame, getVisual
-
Constructor Details
-
AbsractSOMModel
public AbsractSOMModel()
-
-
Method Details
-
addSOMListener
Add a listener for receiving interesting events about changes in the model.- Specified by:
addSOMListener
in interfaceSOMModel<Color,
Row, Column> - Parameters:
listener
- the listener to add.
-
removeSOMListener
Remove a listener from the list of listeners that should be notified about changes in the model.- Specified by:
removeSOMListener
in interfaceSOMModel<Color,
Row, Column> - Parameters:
listener
- the listener to remove.
-
firedSOMChanged
protected void firedSOMChanged()
-