![]() | IInfo |
The InfoController Type exposes the following members.
Name | Description of the | |
---|---|---|
![]() | Flush |
Ensures that all pending actions are executed.
e.g. filled intermediate tables (buffers)
are processed (flushed).
(Inherited from IFlushable) |
![]() | Publish(Object) |
This is used to distribute a new message of type InfoType.Info with sender null.
(Inherited from IInfoPublisher) |
![]() | Publish(Object, Object) |
A new message of type InfoType.Info is distributed via this.
(Inherited from IInfoPublisher) |
![]() | Publish(Object, Object, InfoType) |
A new message is spread via this.
(Inherited from IInfoPublisher) |
![]() | RegisterInfoReceiver(IInfoViewer, InfoType) |
An interested viewer can use this to register in the list of viewers to be
informative viewer.
(Inherited from IInfoSource) |
![]() | RegisterInfoReceiver(IInfoViewer, Type, InfoType) |
An interested viewer can use this to register in the list of viewers to be
informative viewer.
(Inherited from IInfoSource) |
![]() | Show |
Ensures that the implementing instance is output/displayed.
(Inherited from IShowable) |
![]() | UnregisterInfoReceiver |
A registered viewer can use this to log out again.
(Inherited from IInfoSource) |