Class StringMessage
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
RequestActionMessage
A message class that conveys a string.
- Since:
- MaDKit 5.0.0.14
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBuilds a new message containing an empty stringBuilds a new message containing the string s -
Method Summary
Methods inherited from class madkit.messages.ObjectMessage
getContent, toString
Methods inherited from class madkit.kernel.Message
clone, getConversationID, getReceiver, getSender, getSenderRole
-
Constructor Details
-
StringMessage
Builds a new message containing the string s- Parameters:
s
- the string
-
StringMessage
public StringMessage()Builds a new message containing an empty string
-