Add a listener that will be informed of changes of a given type (and it's subtypes)

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

Syntax

C#
public void AddChangeListener(
	IChangeListener cl,
	ChangeType ct
)

Parameters

cl
Type: BioSharp.Core.Utils..::.IChangeListener
the ChangeListener
ct
Type: BioSharp.Core.Utils..::.ChangeType
the ChangeType it is to be informed of

See Also