Package madkit.message
Class StringMessage
- All Implemented Interfaces:
Serializable
,Cloneable
A message class that conveys a string.
- Since:
- MaDKit 5.0.0.14
- Version:
- 0.9
- Author:
- Fabien Michel
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class madkit.message.ObjectMessage
getContent, max, min, sort, toString
Methods inherited from class madkit.kernel.Message
clone, getConversationID, getReceiver, getSender
-
Constructor Details
-
StringMessage
Builds a new message containing the string s- Parameters:
s
- the string
-