Module swim.dynamic.observable
Package swim.dynamic.observable.function
Class GuestDidRemoveShape<K,S,V>
- java.lang.Object
-
- swim.dynamic.BridgeGuest
-
- swim.dynamic.observable.function.GuestDidRemoveShape<K,S,V>
-
- All Implemented Interfaces:
Preemptive
,GuestWrapper
,DidRemoveShape<K,S,V>
public class GuestDidRemoveShape<K,S,V> extends BridgeGuest implements DidRemoveShape<K,S,V>
-
-
Field Summary
-
Fields inherited from class swim.dynamic.BridgeGuest
bridge, guest
-
-
Constructor Summary
Constructors Constructor Description GuestDidRemoveShape(Bridge bridge, Object guest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
didRemove(K key, S shape, V oldValue)
-
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
-
-