Table of Contents

Interface INotify

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

Represents properties and methods to manage notification between objects.

public interface INotify : IUpdate

Methods

AddNotifier(INotifier)

When implemented by a class, adds new handler to respond a notification.

Notify(EventArgs)

When implemented by a class, notifies all notifiers about updating object state.

RemoveNotifier(INotifier)

When implemented by a class, exclude specified handler from notification handlers list.