Module swim.dynamic
Package swim.dynamic

Interface GuestWrapper

All Known Implementing Classes:
BridgeGuest, GuestAgent, GuestAgentRoute, GuestDidClear, GuestDidClose, GuestDidCommand, GuestDidConnect, GuestDidDisconnect, GuestDidDownlinkMap, GuestDidDownlinkValue, GuestDidDrop, GuestDidEnter, GuestDidFail, GuestDidLeave, GuestDidMoveIndex, GuestDidMoveShape, GuestDidRemoveIndex, GuestDidRemoveKey, GuestDidRemoveShape, GuestDidSet, GuestDidTake, GuestDidUpdateIndex, GuestDidUpdateKey, GuestDidUpdateShape, GuestDidUplink, GuestOnCommand, GuestOnCue, GuestOnCueKey, GuestOnSyncKeys, GuestPlane, GuestWillClear, GuestWillCommand, GuestWillDownlinkMap, GuestWillDownlinkValue, GuestWillDrop, GuestWillEnter, GuestWillLeave, GuestWillMoveIndex, GuestWillMoveShape, GuestWillRemoveIndex, GuestWillRemoveKey, GuestWillRemoveShape, GuestWillSet, GuestWillTake, GuestWillUpdateIndex, GuestWillUpdateKey, GuestWillUpdateShape, GuestWillUplink, JsAgent, JsPlane

public interface GuestWrapper
A host object that wraps a guest value.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the guest value that this host object wraps.
  • Method Details

    • unwrap

      Object unwrap()
      Returns the guest value that this host object wraps.