Class GuestDidUpdateKey<K,​V>

    • Constructor Detail

      • GuestDidUpdateKey

        public GuestDidUpdateKey​(Bridge bridge,
                                 Object guest)
    • Method Detail

      • didUpdate

        public void didUpdate​(K key,
                              V newValue,
                              V oldValue)
        Specified by:
        didUpdate in interface DidUpdateKey<K,​V>