- java.lang.Object
-
- swim.dynamic.BridgeGuest
-
- swim.dynamic.api.plane.GuestPlane
-
- All Implemented Interfaces:
Plane,GuestWrapper
public class GuestPlane extends BridgeGuest implements Plane
-
-
Field Summary
Fields Modifier and Type Field Description protected PlaneContextplaneContext-
Fields inherited from class swim.dynamic.BridgeGuest
bridge, guest
-
-
Constructor Summary
Constructors Constructor Description GuestPlane(Bridge bridge, Object guest, PlaneContext planeContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddidClose()voiddidFail(Throwable error)voiddidStart()voiddidStop()PlaneContextplaneContext()voidwillClose()voidwillStart()voidwillStop()-
Methods inherited from class swim.dynamic.BridgeGuest
bridge, unwrap
-
-
-
-
Field Detail
-
planeContext
protected final PlaneContext planeContext
-
-
Constructor Detail
-
GuestPlane
public GuestPlane(Bridge bridge, Object guest, PlaneContext planeContext)
-
-
Method Detail
-
planeContext
public PlaneContext planeContext()
- Specified by:
planeContextin interfacePlane
-
-