| Package | Description |
|---|---|
| de.alpharogroup.design.pattern.observer.chat |
| Modifier and Type | Class and Description |
|---|---|
class |
User
The class
User. |
| Modifier and Type | Method and Description |
|---|---|
IUser<?> |
Invitation.getRecipient()
Gets the recipient of this invitation.
|
IUser<?> |
Invitation.getSender()
Gets the sender of this invitation.
|
IUser<?> |
MessageRoomModelBean.getUser()
Gets the user.
|
IUser<?> |
ChatRoomUser.getUser()
Gets the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<IUser<?>> |
ChatRoom.getChatRoomUsers()
Gets the chat room users as User objects.
|
List<IUser<?>> |
Room.getChatRoomUsers()
Gets the chat room users.
|
| Constructor and Description |
|---|
ChatRoomUser(ChatRoom<M> room,
IUser<?> user)
Instantiates a new chat room user.
|
MessageRoomModelBean(String chatRoomName,
IUser<?> user,
String message,
Byte[] data)
Instantiates a new message room model.
|
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.