<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macOS: -",
    "tvOS: 17.4.0 -",
    "visionOS: 1.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BrowserEngineKit",
  "identifier" : "/documentation/BrowserEngineKit/BETextInteractionDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "BrowserEngineKit"
    ],
    "preciseIdentifier" : "c:objc(pl)BETextInteractionDelegate"
  },
  "title" : "BETextInteractionDelegate"
}
-->

# BETextInteractionDelegate

A set of methods that informs you about selection changes in text views.

```
protocol BETextInteractionDelegate
```

## Topics

### Text selection changes

[`systemWillChangeSelection(for:)`](/documentation/BrowserEngineKit/BETextInteractionDelegate/systemWillChangeSelection(for:))

Invoked by the system when the selection is about to change in the document.

[`systemDidChangeSelection(for:)`](/documentation/BrowserEngineKit/BETextInteractionDelegate/systemDidChangeSelection(for:))

Invoked by the system when the selection is about to change in the document.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)