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 TypeMethodDescriptionvoidaddSOMListener(SOMListener listener) Add a listener for receiving interesting events about changes in the model.protected voidvoidremoveSOMListener(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, waitMethods 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:
addSOMListenerin 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:
removeSOMListenerin interfaceSOMModel<Color,Row, Column> - Parameters:
listener- the listener to remove.
-
firedSOMChanged
protected void firedSOMChanged()
-