Uses of Class
pictionary.message.MessageData

Packages that use MessageData
pictionary.message   
 

Uses of MessageData in pictionary.message
 

Fields in pictionary.message declared as MessageData
 MessageData<?> Message.messageData
          The data associated with this message, is null with some message types where data is not needed; for example Message.MessageType.StopGuessing where the message type alone conveys enough information.
 

Constructors in pictionary.message with parameters of type MessageData
Message(Message.MessageType messageType, java.lang.String client, MessageData<?> messageData)
          Creates a Message with the specified type, client and data.