|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpictionary.message.MessageData<T>
T
- data
's type.public final class MessageData<T>
A generic class wrapping an object with the same type as the type parameter.
Every Message
contains an instance of this class.
Field Summary | |
---|---|
T |
data
The data object. |
Constructor Summary | |
---|---|
protected |
MessageData(T data)
The constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final T data
Constructor Detail |
---|
protected MessageData(T data)
data
- The data
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |