- java.lang.Object
-
- swim.dynamic.BridgeGuest
-
- swim.dynamic.api.lane.function.GuestDidDownlinkValue<K>
-
- All Implemented Interfaces:
DidDownlinkValue<K>
,Preemptive
,GuestWrapper
public class GuestDidDownlinkValue<K> extends BridgeGuest implements DidDownlinkValue<K>
-
-
Field Summary
-
Fields inherited from class swim.dynamic.BridgeGuest
bridge, guest
-
-
Constructor Summary
Constructors Constructor Description GuestDidDownlinkValue(Bridge bridge, Object guest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
didDownlink(K key, ValueDownlink<?> downlink)
-
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
-
didDownlink
public void didDownlink(K key, ValueDownlink<?> downlink)
- Specified by:
didDownlink
in interfaceDidDownlinkValue<K>
-
-