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
Version:
0.9
Author:
Fabien Michel
See Also:
  • Constructor Details

    • IntegerMessage

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