Uses of Class
eu.bandm.tools.message.SingleSender
Package
Description
Messages and positions in documents,
see the user documentation.
Support *MU*lti *LI*ngual user interfaces by advanced translation look-up,
incremental deserialization, etc.
-
Uses of SingleSender in eu.bandm.tools.lljava
-
Uses of SingleSender in eu.bandm.tools.message
Modifier and TypeClassDescriptionclass
MessageAsync<M extends Message>
A sub-class ofSingleSender
which lets the drain's receive method run asynchronouously in a separate thread.class
Executes some code (given explicitly as argument) and sends the first exception caught to its message drain.class
Interprets theSimpleMessage.args
values as arguments to string formatting and callsString.format(String,Object...)
.class
MessageKindFilter<M extends Message>
A filter which propagates only those messages theMessage.Kind
of which is currently in the selection.class
A filter which propagates only those messages which lie in certain areas of locations.class
MessageMapper<M extends Message,
N extends Message> A message receiver which receives a message of one type, and propagates the result of applying a function to this message, which may be of different type.class
MessagePasser<M extends Message>
Simply passes every message it receives to a single target.class
MessageStripExceptions<M extends Message>
A filter which strips off all exceptions, or at least the stack traces, for a slimmer appearance of print-outs.class
MessageSync<M extends Message>
Can accept messages from many different parallel threads.static class
Passes all incoming messages to its drain, after applying the given location map.static class
-
Uses of SingleSender in eu.bandm.tools.muli
Modifier and TypeClassDescriptionclass
Translates the text (and possibly some arguments) of aSimpleMessage.args
into another (human) language.