Click or drag to resize

IInfoSource interface

Displays the view of the InfoController, which includes receiving messages.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
public interface IInfoSource

The IInfoSource Type exposes the following members.

Methods
 NameDescription of the
Public MethodRegisterInfoReceiver(IInfoViewer, InfoType) An interested viewer can use this to register in the list of viewers to be informative viewer.
Public MethodRegisterInfoReceiver(IInfoViewer, Type, InfoType) An interested viewer can use this to register in the list of viewers to be informative viewer.
Public MethodUnregisterInfoReceiver A registered viewer can use this to log out again.
Back to the top
Remarks
File: IInfoSource
Author: Erik Nagel, NetEti

08.03.2012 Erik Nagel: created
See also