Interface for objects which listen to ChangeEvents.

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

Syntax

C#
public interface IChangeListener

Remarks

In java, this interface contains nested objects. Since this is not supported in .Net, the nested objects have been broken out to a static class, called ChangeListener.

Original BioJava version by Thomas Down, Matthew Pocock, and Keith James. Port to C# by Doug Swisher.

See Also