An NDoc Documented Class Library

ISubscriptionHandler Interface

Interface to be implemented by classes that handle subscription requests

For a list of all members of this type, see ISubscriptionHandler Members.

Sandia.MVCFramework.Common.ISubscriptionHandler
   IController
   IViewManager

public interface ISubscriptionHandler

Types that implement ISubscriptionHandler

Type Description
AbstractStandardSubscriptionHandler Abstract implementation of ISubscriptionHandler that provides standard functionality for keeping track of subscribers and publishing data to them
AbstractStandardController Abstract implementation of IController that provides standard functionality for keeping track of available DataAccessors and DataAnalyzers and that maps requests to actions
AbstractStandardViewManager The AbstractStandardViewManager provides some general functionality for a view manager that uses a Windows form UI. It provides some basic UI components such as a MenuStrip, as well as an abstract method that is called on construction to allow inheriting classes to add their own components to the form.

Requirements

Namespace: Sandia.MVCFramework.Common

Assembly: Sandia.MVCFramework (in Sandia.MVCFramework.dll)

See Also

ISubscriptionHandler Members | Sandia.MVCFramework.Common Namespace