Interface IMessage
-
- All Known Implementing Classes:
Message
public interface IMessage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
get(int index)
int
getId()
UniqueId
getMessageHandle()
String
getName()
String
serialize()
-
-
-
Method Detail
-
getMessageHandle
UniqueId getMessageHandle()
-
getName
String getName()
-
getId
int getId()
-
get
Object get(int index) throws XtumlException
- Throws:
XtumlException
-
serialize
String serialize() throws XtumlException
- Throws:
XtumlException
-
-