Package com.vaadin.collaborationengine
Interface MessageHandler.MessageContext
-
- All Superinterfaces:
java.io.Serializable
- Enclosing interface:
- MessageHandler
public static interface MessageHandler.MessageContext extends java.io.SerializableThe context of the message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollaborationMessagegetMessage()Gets the message.
-
-
-
Method Detail
-
getMessage
CollaborationMessage getMessage()
Gets the message.- Returns:
- the message, not
null
-
-