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

public abstract class AbsractSOMModel<Color,Row,Column> extends Object implements SOMModel<Color,Row,Column>
  • Constructor Details

    • AbsractSOMModel

      public AbsractSOMModel()
  • Method Details

    • addSOMListener

      public void addSOMListener(SOMListener listener)
      Add a listener for receiving interesting events about changes in the model.
      Specified by:
      addSOMListener in interface SOMModel<Color,Row,Column>
      Parameters:
      listener - the listener to add.
    • removeSOMListener

      public void removeSOMListener(SOMListener listener)
      Remove a listener from the list of listeners that should be notified about changes in the model.
      Specified by:
      removeSOMListener in interface SOMModel<Color,Row,Column>
      Parameters:
      listener - the listener to remove.
    • firedSOMChanged

      protected void firedSOMChanged()