Info |
The InfoController Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| Dispose | Public method for cleaning up. | |
| Dispose(Boolean) | This can be tidied up if necessary. | |
| DisposeAll | Disposed all viewers. | |
| Finalise |
Finaliser: is called by the GarbageCollector.
(Overwrites ObjectFinalise) | |
| Flush | Flushes all flushable viewers/loggers. | |
| FlushAll | All InfoPublishers are channelled via this. | |
| GetInfoController | Returns the static property of the nestet class NestedInstance (as IInfoController), which in turn calls the private constructor if no instance exists yet. | |
| GetInfoPublisher | Returns the static property of the nestet class NestedInstance (as IInfoPublisher), which in turn calls the private constructor if no instance exists yet. | |
| GetInfoSource | Returns the static property of the nestet class NestedInstance (as IInfoSource), which in turn calls the private constructor if no instance exists yet. | |
| Publish(Object) | This is used to distribute a new message of type InfoType.Info with sender null. | |
| Publish(Object, Object) | A new message of type InfoType.Info is distributed via this. | |
| Publish(Object, Object, InfoType) | A new message is spread via this. | |
| RegisterInfoReceiver(IInfoViewer, InfoType) | An interested viewer can use this to register in the list of viewers to be informative viewer. | |
| RegisterInfoReceiver(IInfoViewer, Type, InfoType) | An interested viewer can use this to register in the list of viewers to be informative viewer. | |
| Say | This is used to spread a message. | |
| Show | All logs are output here. | |
| UnregisterInfoReceiver | A registered viewer can use this to log out again. |