Click or drag to resize

IInfoController methods

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 on 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
See also