Module swim.dynamic.observable
Package swim.dynamic.observable.function
Class GuestWillUpdateKey<K,V>
- java.lang.Object
-
- swim.dynamic.BridgeGuest
-
- swim.dynamic.observable.function.GuestWillUpdateKey<K,V>
-
- All Implemented Interfaces:
Preemptive
,GuestWrapper
,WillUpdateKey<K,V>
public class GuestWillUpdateKey<K,V> extends BridgeGuest implements WillUpdateKey<K,V>
-
-
Field Summary
-
Fields inherited from class swim.dynamic.BridgeGuest
bridge, guest
-
-
Constructor Summary
Constructors Constructor Description GuestWillUpdateKey(Bridge bridge, Object guest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
willUpdate(K key, V newValue)
-
Methods inherited from class swim.dynamic.BridgeGuest
bridge, unwrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface swim.concurrent.Preemptive
isPreemptive
-
-
-
-
Method Detail
-
willUpdate
public V willUpdate(K key, V newValue)
- Specified by:
willUpdate
in interfaceWillUpdateKey<K,V>
-
-