- java.lang.Object
-
- swim.dynamic.BridgeGuest
-
- swim.dynamic.api.warp.function.GuestDidEnter
-
- All Implemented Interfaces:
DidEnter
,Preemptive
,GuestWrapper
public class GuestDidEnter extends BridgeGuest implements DidEnter
-
-
Field Summary
-
Fields inherited from class swim.dynamic.BridgeGuest
bridge, guest
-
-
Constructor Summary
Constructors Constructor Description GuestDidEnter(Bridge bridge, Object guest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
didEnter(Identity identity)
-
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
-
-