Class MessageSink.UniqueWrapper<S,T>
- java.lang.Object
-
- ch.raffael.meldioc.model.messages.MessageSink.UniqueWrapper<S,T>
-
- All Implemented Interfaces:
MessageSink<S,T>
- Enclosing interface:
- MessageSink<S,T>
public static final class MessageSink.UniqueWrapper<S,T> extends java.lang.Object implements MessageSink<S,T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.model.messages.MessageSink
MessageSink.Tracker<S,T>, MessageSink.UniqueWrapper<S,T>
-
-
Constructor Summary
Constructors Constructor Description UniqueWrapper(MessageSink<S,T> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmessage(Message<S,T> message)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.raffael.meldioc.model.messages.MessageSink
tracker
-
-
-
-
Constructor Detail
-
UniqueWrapper
public UniqueWrapper(MessageSink<S,T> delegate)
-
-