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.UtilsAssembly: 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
System..::.Object
BioSharp.Core.Utils..::.ChangeForwarder
BioSharp.Core.Bio..::.Annotatable..::.AnnotationForwarder
BioSharp.Core.Bio.Symbol..::.AbstractSymbolList..::.EditScreener
BioSharp.Core.Utils..::.ChangeForwarder..::.Retyper
BioSharp.Core.Utils..::.ChangeForwarder
BioSharp.Core.Bio..::.Annotatable..::.AnnotationForwarder
BioSharp.Core.Bio.Symbol..::.AbstractSymbolList..::.EditScreener
BioSharp.Core.Utils..::.ChangeForwarder..::.Retyper