Class IntegerMessage

All Implemented Interfaces:
Serializable, Cloneable

public class IntegerMessage extends ObjectMessage<Integer>
A message class that conveys an integer.
Since:
MaDKit 5.0.1
See Also:
  • Constructor Details

    • IntegerMessage

      public IntegerMessage(Integer i)
      Builds a new message containing the integer i
      Parameters:
      i - the integer
    • IntegerMessage

      public IntegerMessage()
      Builds a new message containing the integer 0