- 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 PlaneContext
planeContext
-
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 void
didClose()
void
didFail(Throwable error)
void
didStart()
void
didStop()
PlaneContext
planeContext()
void
willClose()
void
willStart()
void
willStop()
-
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:
planeContext
in interfacePlane
-
-