Class GuestPlane

java.lang.Object
swim.dynamic.BridgeGuest
swim.dynamic.api.plane.GuestPlane
All Implemented Interfaces:
Plane, GuestWrapper

public class GuestPlane extends BridgeGuest implements Plane
  • Field Details

  • Constructor Details

  • Method Details

    • planeContext

      public PlaneContext planeContext()
      Specified by:
      planeContext in interface Plane
    • willStart

      public void willStart()
      Specified by:
      willStart in interface Plane
    • didStart

      public void didStart()
      Specified by:
      didStart in interface Plane
    • willStop

      public void willStop()
      Specified by:
      willStop in interface Plane
    • didStop

      public void didStop()
      Specified by:
      didStop in interface Plane
    • willClose

      public void willClose()
      Specified by:
      willClose in interface Plane
    • didClose

      public void didClose()
      Specified by:
      didClose in interface Plane
    • didFail

      public void didFail(Throwable error)
      Specified by:
      didFail in interface Plane