Class BooleanMessage
- All Implemented Interfaces:
Serializable, Cloneable
A message class that conveys a boolean value.
- Since:
- MadKit 5.0.0.20
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ObjectMessage
getContent, toStringMethods inherited from class Message
clone, getConversationID, getReceiver, getSender, getSenderRole
-
Constructor Details
-
BooleanMessage
Builds a new message containing the boolean b- Parameters:
b- a boolean value
-