Uses of Class
eu.bandm.tools.message.MessagePasser
Packages that use MessagePasser
Package
Description
Messages from an application to the user, and the building blocks
for a processing pipeline.
Features which need
eu.bandm.tools.message
and eu.bandm.tools.muli.Runtime library for generated option processing code: building blocks for
parsing and GUI.
-
Uses of MessagePasser in eu.bandm.tools.lljava
Subclasses of MessagePasser in eu.bandm.tools.lljava -
Uses of MessagePasser in eu.bandm.tools.message
Subclasses of MessagePasser in eu.bandm.tools.messageModifier and TypeClassDescriptionclassMessageAsync<M extends Message>A subclass ofSingleSenderwhich lets the drain's receive method run asynchronouously in a separate thread.classInserts the arguments into the message text, similar to the Java standard string formatter.classMessageKindFilter<M extends Message>A filter which propagates only those messages the kind of which is currently in the selection.classMessageLevelFilter<M extends Message>A filter which sends messages only to its drain if their level value is equal to or below a given threshold.classA filter which propagates only those messages which lie in particular location regions.classMessageStripExceptions<M extends Message>A filter which strips off all exceptions, or at least their stack traces.classMessageSync<M extends Message>Can accept messages from many different parallel threads.classTranslates the text of the message and all embedded sub-structures. -
Uses of MessagePasser in eu.bandm.tools.messageMuli
Subclasses of MessagePasser in eu.bandm.tools.messageMuliModifier and TypeClassDescriptionclassTranslates the text of the message and all embedded sub-structures. -
Uses of MessagePasser in eu.bandm.tools.option.runtime
Fields in eu.bandm.tools.option.runtime declared as MessagePasserModifier and TypeFieldDescriptionprotected MessagePasser<SimpleMessage<String>> Model.msgTarget of all error messages, warnings, etc.