Interface ITextDeltaListener
Interface for listening to text delta events.
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface ITextDeltaListener
Methods
| Edit this page View SourceOnTextDelta(Delta<ITextChunk>)
Declaration
void OnTextDelta(Delta<ITextChunk> e)
Parameters
| Type | Name | Description |
|---|---|---|
| Delta<ITextChunk> | e |