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 TypeClassDescriptionclass
MessageAsync<M extends Message>
A subclass ofSingleSender
which lets the drain's receive method run asynchronouously in a separate thread.class
Inserts the arguments into the message text, similar to the Java standard string formatter.class
MessageKindFilter<M extends Message>
A filter which propagates only those messages the kind of which is currently in the selection.class
MessageLevelFilter<M extends Message>
A filter which sends messages only to its drain if their level value is equal to or below a given threshold.class
A filter which propagates only those messages which lie in particular location regions.class
MessageStripExceptions<M extends Message>
A filter which strips off all exceptions, or at least their stack traces.class
MessageSync<M extends Message>
Can accept messages from many different parallel threads.class
Translates 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 TypeClassDescriptionclass
Translates 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.msg
Target of all error messages, warnings, etc.