Interface IAttributeMonitorListener<Atom>

  • Type Parameters:
    Atom -

    public interface IAttributeMonitorListener<Atom>
    The interface exposes the #notifyUpdate(Atom) method to receive notifications when the attributes of the atom objects have changed.
    • Method Detail

      • notifyUpdate

        void notifyUpdate​(Atom atom)
        This method is called by AttributeMonitor when a feature value changes in one of the objects in the atom.
        Parameters:
        match -