Interface IBlinkingCellResolver

  • All Known Implementing Classes:
    BlinkingCellResolver

    public interface IBlinkingCellResolver
    This interface is used to determine whether a change requires a blink. This is a way to add thresholds to blinking.
    • Method Detail

      • resolve

        String[] resolve​(Object oldValue,
                         Object newValue)
        Parameters:
        oldValue - the old value
        newValue - the new value
        Returns:
        Possibly the config type associated with the blinking style.