public abstract class ChatRoomUser<M extends Message<?>> extends Object implements Observer<M>, DisplayViewElement, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ChatRoom<M> |
subject
The subject.
|
| Constructor and Description |
|---|
ChatRoomUser(ChatRoom<M> room,
IUser<?> user) |
| Modifier and Type | Method and Description |
|---|---|
M |
getObservable()
Gets the observable object.
|
IUser<?> |
getUser() |
void |
send(M message) |
void |
update(M observable)
Update.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdisplayViewCopyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.