java.lang.Object
swim.dynamic.BridgeGuest
- All Implemented Interfaces:
GuestWrapper
- Direct Known Subclasses:
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
A host object that wraps a guest value and its dynamic bridge. Used as a
base class for strongly typed host objects that wrap guest values, such as
host functional interface implementations that invoke guest functions.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bridge
-
guest
-
-
Constructor Details
-
BridgeGuest
-
-
Method Details
-
bridge
-
unwrap
Description copied from interface:GuestWrapperReturns the guest value that this host object wraps.- Specified by:
unwrapin interfaceGuestWrapper
-