Click or drag to resize

IInfoPublisher interface

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

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

The IInfoPublisher 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.
Public MethodPublish(Object, Object) A new message of type InfoType.Info is distributed via this.
Public MethodPublish(Object, Object, InfoType) A new message is spread via this.
Public MethodShow Ensures that the implementing instance is output/displayed.
(Inherited from IShowable)
Back to the top
Remarks
File: IInfoPublisher.cs
Author: Erik Nagel, NetEti

08.03.2012 Erik Nagel: created
See also