MapDownlinkDelegate

Undocumented

  • swimMapDownlinkWillChange(_:) Default implementation

    Will be called whenever commands are received that will change MapDownlink.objects, and before those commands are processed.

    In other words, this indicates the start of a batch of calls to swimMapDownlink(:did{Set,Remove,Update}:forKey:) or swimMapDownlinkDidRemoveAll(:objects:).

    Default Implementation

    Undocumented

    Declaration

    Swift

    func swimMapDownlinkWillChange(downlink: MapDownlink)
  • swimMapDownlinkDidChange(_:) Default implementation

    Will be called after a batch of changes to MapDownlink.objects has been processed.

    In other words, this indicates the end of a batch of calls to swimMapDownlink(:did{Set,Remove,Update}:forKey:) or swimMapDownlinkDidRemoveAll(:objects:).

    Default Implementation

    Undocumented

    Declaration

    Swift

    func swimMapDownlinkDidChange(downlink: MapDownlink)
  • swimMapDownlink(_:didSet:forKey:) Default implementation

    Undocumented

    Default Implementation

    Undocumented

  • swimMapDownlink(_:didUpdate:forKey:) Default implementation

    Undocumented

    Default Implementation

    Undocumented

  • swimMapDownlink(_:didRemove:forKey:) Default implementation

    Undocumented

    Default Implementation

    Undocumented

  • Undocumented

    Default Implementation

    Undocumented