This adapter screens all edit events to see if they overlap with a window of interest. If they do, then a new edit event is built for the overlapping region and pased on to all listeners.

Namespace:  BioSharp.Core.Bio.Symbol
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public class EditScreener : ChangeForwarder

Remarks

Original BioJava version by Matthew Pocock. Port to C# by Doug Swisher.

Inheritance Hierarchy

System..::.Object
  BioSharp.Core.Utils..::.ChangeForwarder
    BioSharp.Core.Bio.Symbol..::.AbstractSymbolList..::.EditScreener
      BioSharp.Core.Bio.Symbol..::.AbstractSymbolList..::.EditTranslater

See Also