Package eu.bandm.tools.message
Class MessageDisposer
java.lang.Object
eu.bandm.tools.message.MessageDisposer
- All Implemented Interfaces:
MessageReceiver<Message>
Does nothing with every message it receives.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MessageDisposer
One single instance which can dispose all kinds of messages. -
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.bandm.tools.message.MessageReceiver
ifSubcriticalThen, ifSubcriticalThen, ifSubcriticalThenElse
-
Field Details
-
DISPOSER
One single instance which can dispose all kinds of messages.
-
-
Constructor Details
-
MessageDisposer
public MessageDisposer()
-
-
Method Details
-
receive
Does nothing with the received message.- Specified by:
receive
in interfaceMessageReceiver<Message>
- Parameters:
msg
- the message to receive.
-