Class AbsractSOMModel<Color,​Row,​Column>

  • All Implemented Interfaces:
    SOMModel<Color,​Row,​Column>
    Direct Known Subclasses:
    DefaultSOMModel

    public abstract class AbsractSOMModel<Color,​Row,​Column>
    extends java.lang.Object
    implements SOMModel<Color,​Row,​Column>
    • Constructor Detail

      • AbsractSOMModel

        public AbsractSOMModel()
    • Method Detail

      • 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()