Class MessageChannel.Message<T>
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.app.MessageChannel.Message<T>
-
- Enclosing class:
- MessageChannel<T>
public static final class MessageChannel.Message<T> extends Object
A message transmitted through aMessageChannel. It's a pure data class.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LogEntry.CategorygetCategory()TgetContent()Payload of the message.ApplicationComponentgetOrigin()Component that pushed the message.inthashCode()StringtoString()
-
-
-
Method Detail
-
getCategory
public LogEntry.Category getCategory()
-
getContent
public T getContent()
Payload of the message.
-
getOrigin
public ApplicationComponent getOrigin()
Component that pushed the message.
-
-