Click or drag to resize

IInfoController interface

Displays the complete view of the InfoController, includes sending and receiving messages.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
public interface InfoController : IInfoPublisher,
	 
	IFlushable, IShowable, IInfoSource, IDisposable

The InfoController Type exposes the following members.

Methods
 NameDescription of the
Public MethodFlush Ensures that all pending actions are executed. e.g. filled intermediate tables (buffers) are processed (flushed).
(Inherited from IFlushable)
Public MethodPublish(Object) This is used to distribute a new message of type InfoType.Info with sender null.
(Inherited from IInfoPublisher)
Public MethodPublish(Object, Object) A new message of type InfoType.Info is distributed via this.
(Inherited from IInfoPublisher)
Public MethodPublish(Object, Object, InfoType) A new message is spread via this.
(Inherited from IInfoPublisher)
Public MethodRegisterInfoReceiver(IInfoViewer, InfoType) An interested viewer can use this to register in the list of viewers to be informative viewer.
(Inherited from IInfoSource)
Public MethodRegisterInfoReceiver(IInfoViewer, Type, InfoType) An interested viewer can use this to register in the list of viewers to be informative viewer.
(Inherited from IInfoSource)
Public MethodShow Ensures that the implementing instance is output/displayed.
(Inherited from IShowable)
Public MethodUnregisterInfoReceiver A registered viewer can use this to log out again.
(Inherited from IInfoSource)
Back to the top
Remarks
File: IInfoController
Author: Erik Nagel, NetEti

08.03.2012 Erik Nagel: created
See also