public abstract class Message
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Message.Boolean
Message class that can be extended by messages that have a single boolean value.
|
static class |
Message.Double
Message class that can be extended by messages that have a single double value.
|
static class |
Message.Empty
Message class that can be extended by messages that have no values.
|
static class |
Message.Float
Message class that can be extended by messages that have a single float value.
|
static class |
Message.Integer
Message class that can be extended by messages that have a single integer value.
|
static class |
Message.Long
Message class that can be extended by messages that have a single long value.
|
static class |
Message.Object<T>
Message class that can be extended by messages that have a single integer value.
|
Constructor and Description |
---|
Message() |
Modifier and Type | Method and Description |
---|---|
long |
getSender() |
long |
getTo() |
void |
init()
Initialise the Message.
|
public long getSender()
public long getTo()
public void init()