Class GuestDidMoveShape<K,​S,​V>

    • Constructor Detail

      • GuestDidMoveShape

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

      • didMove

        public void didMove​(K key,
                            S newShape,
                            V newValue,
                            S oldShape,
                            V oldValue)
        Specified by:
        didMove in interface DidMoveShape<K,​S,​V>