Module swim.runtime

Class WarpLaneView

    • Constructor Detail

      • WarpLaneView

        public WarpLaneView​(Object observers)
    • Method Detail

      • observe

        public WarpLaneView observe​(Object observer)
        Specified by:
        observe in interface swim.api.Lane
        Specified by:
        observe in interface swim.observable.Observable<Object>
        Specified by:
        observe in interface swim.api.warp.WarpLane
        Overrides:
        observe in class LaneView
      • unobserve

        public WarpLaneView unobserve​(Object observer)
        Specified by:
        unobserve in interface swim.api.Lane
        Specified by:
        unobserve in interface swim.observable.Observable<Object>
        Specified by:
        unobserve in interface swim.api.warp.WarpLane
        Overrides:
        unobserve in class LaneView
      • willCommand

        public abstract WarpLaneView willCommand​(swim.api.warp.function.WillCommand willCommand)
        Specified by:
        willCommand in interface swim.api.warp.WarpLane
      • didCommand

        public abstract WarpLaneView didCommand​(swim.api.warp.function.DidCommand didCommand)
        Specified by:
        didCommand in interface swim.api.warp.WarpLane
      • willUplink

        public abstract WarpLaneView willUplink​(swim.api.warp.function.WillUplink willUplink)
        Specified by:
        willUplink in interface swim.api.warp.WarpLane
      • didUplink

        public abstract WarpLaneView didUplink​(swim.api.warp.function.DidUplink didUplink)
        Specified by:
        didUplink in interface swim.api.warp.WarpLane
      • willEnter

        public abstract WarpLaneView willEnter​(swim.api.warp.function.WillEnter willEnter)
        Specified by:
        willEnter in interface swim.api.warp.WarpLane
      • didEnter

        public abstract WarpLaneView didEnter​(swim.api.warp.function.DidEnter didEnter)
        Specified by:
        didEnter in interface swim.api.warp.WarpLane
      • willLeave

        public abstract WarpLaneView willLeave​(swim.api.warp.function.WillLeave willLeave)
        Specified by:
        willLeave in interface swim.api.warp.WarpLane
      • didLeave

        public abstract WarpLaneView didLeave​(swim.api.warp.function.DidLeave didLeave)
        Specified by:
        didLeave in interface swim.api.warp.WarpLane
      • dispatchWillCommand

        public boolean dispatchWillCommand​(swim.structure.Value body,
                                           boolean preemptive)
      • dispatchDidCommand

        public boolean dispatchDidCommand​(swim.structure.Value body,
                                          boolean preemptive)
      • dispatchWillUplink

        public boolean dispatchWillUplink​(swim.api.warp.WarpUplink uplink,
                                          boolean preemptive)
      • dispatchDidUplink

        public boolean dispatchDidUplink​(swim.api.warp.WarpUplink uplink,
                                         boolean preemptive)
      • dispatchWillEnter

        public boolean dispatchWillEnter​(swim.api.auth.Identity identity,
                                         boolean preemptive)
      • dispatchDidEnter

        public boolean dispatchDidEnter​(swim.api.auth.Identity identity,
                                        boolean preemptive)
      • dispatchWillLeave

        public boolean dispatchWillLeave​(swim.api.auth.Identity identity,
                                         boolean preemptive)
      • dispatchDidLeave

        public boolean dispatchDidLeave​(swim.api.auth.Identity identity,
                                        boolean preemptive)
      • laneWillCommand

        public void laneWillCommand​(swim.warp.CommandMessage message)
      • laneDidCommand

        public void laneDidCommand​(swim.warp.CommandMessage message)
      • laneWillUplink

        public void laneWillUplink​(swim.api.warp.WarpUplink uplink)
      • laneDidUplink

        public void laneDidUplink​(swim.api.warp.WarpUplink uplink)
      • laneWillEnter

        public void laneWillEnter​(swim.api.auth.Identity identity)
      • laneDidEnter

        public void laneDidEnter​(swim.api.auth.Identity identity)
      • laneWillLeave

        public void laneWillLeave​(swim.api.auth.Identity identity)
      • laneDidLeave

        public void laneDidLeave​(swim.api.auth.Identity identity)