|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmadkit.kernel.Message
madkit.kernel.ObjectMessage<T>
public class ObjectMessage<T>
A message that conveys an arbitrary object of type T.
Constructor Summary | |
---|---|
ObjectMessage(T theContent)
Instantiates a new object message with a content of type T. |
Method Summary | |
---|---|
T |
getContent()
Gets the content of the message. |
Methods inherited from class madkit.kernel.Message |
---|
clone, getCreationDate, getReceiver, getSender, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjectMessage(T theContent)
theContent
- of the messageMethod Detail |
---|
public T getContent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |