| Package | Description |
|---|---|
| de.alpharogroup.designpattern.observer.chat |
| Modifier and Type | Method and Description |
|---|---|
void |
ChatRoom.addObserver(ChatRoomUser<M> observer)
Adds the given observer.
|
void |
ChatRoom.removeObserver(ChatRoomUser<M> observer)
Removes the given observer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChatRoom.addObservers(Collection<ChatRoomUser<M>> observers)
Adds the given observers.
|
void |
ChatRoom.removeObservers(Collection<ChatRoomUser<M>> observers)
Removes the given observers.
|
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.