Interface VarUtils.OldNewMapEntryActivityListener<K,​V>

  • Enclosing class:
    VarUtils

    public static interface VarUtils.OldNewMapEntryActivityListener<K,​V>
    • Method Detail

      • accept

        void accept​(boolean ongoing,
                    K key,
                    V vOld,
                    V vNew)