| Package | Description |
|---|---|
| de.alpharogroup.design.pattern.observer.chat |
| Modifier and Type | Method and Description |
|---|---|
void |
ChatRoom.add(ChatRoomUser<M> observer)
Adds the given observer.
|
void |
ChatRoom.remove(ChatRoomUser<M> observer)
Removes the given observer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChatRoom.addAll(Collection<ChatRoomUser<M>> observers)
Adds the given observers.
|
void |
ChatRoom.removeAll(Collection<ChatRoomUser<M>> observers)
Removes the given observers.
|
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.