Interface DistributePropertyListener<T>


  • public interface DistributePropertyListener<T>
    Listener of distributed property change event.
    • Method Detail

      • onUpdate

        void onUpdate​(String name,
                      T oldVal,
                      T newVal)
        Handle changed value event.
        Parameters:
        name - Name of distributed property.
        oldVal - Old value which was changed from.
        newVal - New value which was changed to.