This is a ChangeListener that is designed to adapt events of one type from one source to events of another type emitted by another source.

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

Syntax

C#
public class ChangeForwarder : IChangeListener

Remarks

For example, you could adapt events made by edits in a database to being events fired by a sequence implementation.

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

Inheritance Hierarchy

See Also