| Package | Description |
|---|---|
| de.alpharogroup.designpattern.observer |
Provides abstract classes for the generic implementation from the observer pattern.
|
| de.alpharogroup.designpattern.observer.chat | |
| de.alpharogroup.designpattern.observer.ifaces |
Provides interfaces for the generic implementation from the observer pattern.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSubject<T,O extends Observer<T>>
The Class AbstractSubject is an implementation from the interface Subject.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObserver<T>
A generic implementation from the Observer-Pattern.
|
| Modifier and Type | Field and Description |
|---|---|
protected Subject<T,Observer<T>> |
AbstractObserver.subject
The subject.
|
| Constructor and Description |
|---|
AbstractObserver(Subject<T,Observer<T>> subject)
Constructor for a new observer object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChatRoomUser<M extends Message<?>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Subject<T,O extends Observer<T>>
The Interface Subject.
|
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.