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