Add a ChangeListener to a projected feature.

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

Syntax

C#
void AddChangeListener(
	IFeature projFeat,
	IChangeListener cl,
	ChangeType ct
)

Parameters

projFeat
Type: BioSharp.Core.Bio.Seq..::.IFeature
the projected Feature to add the listener for
cl
Type: BioSharp.Core.Utils..::.IChangeListener
the ChangeListener to add
ct
Type: BioSharp.Core.Utils..::.ChangeType
the ChangeType to register it for

See Also