Module swim.api

Interface Plane

All Known Implementing Classes:
AbstractPlane, GuestPlane, JsPlane

public interface Plane
  • Method Details

    • planeContext

      PlaneContext planeContext()
    • willStart

      void willStart()
    • didStart

      void didStart()
    • willStop

      void willStop()
    • didStop

      void didStop()
    • willClose

      void willClose()
    • didClose

      void didClose()
    • didFail

      void didFail(Throwable error)