public interface UserMessageList
UserMessage.| Modifier and Type | Method and Description |
|---|---|
com.onwbp.base.text.UserMessage |
get(int index) |
List<com.onwbp.base.text.UserMessage> |
getListUserMessageStandardSize()
Returns a list of 100
UserMessages. |
int |
getSize()
Returns the size of the list of
UserMessages. |
boolean |
isEmpty() |
void |
put(com.onwbp.base.text.UserMessage message) |
void |
put(UserMessageList messageList) |
void put(com.onwbp.base.text.UserMessage message)
void put(UserMessageList messageList)
com.onwbp.base.text.UserMessage get(int index)
int getSize()
UserMessages.boolean isEmpty()
List<com.onwbp.base.text.UserMessage> getListUserMessageStandardSize()
UserMessages.