| Package | Description |
|---|---|
| de.alpharogroup.designpattern.observer.chat |
| Modifier and Type | Class and Description |
|---|---|
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<?> |
ChatRoomUser.getUser() |
IUser<?> |
MessageRoomModel.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() |
| Constructor and Description |
|---|
ChatRoomUser(ChatRoom<M> room,
IUser<?> user) |
MessageRoomModel(String chatRoomName,
IUser<?> user,
String message,
Byte[] data)
Instantiates a new message room model.
|
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.