| Package | Description |
|---|---|
| provided.util.dispatcher |
Definitions of the parts of the Observer-Observable Design Pattern.
|
| provided.util.dispatcher.impl |
Implementations of the Observer-Observable Design Pattern as described in the dispatcher package.
|
| Class | Description |
|---|---|
| IDispatcher |
Top-level abstraction of a Dispatcher which is the Observable in the
Observer-Observable Design Pattern without the requirement to set the state
before sending a message to the observers.
|
| IObserver |
Top-level abstraction of the Observer in the Observer-Observable Design Pattern.
|
| Class | Description |
|---|---|
| IDispatcher |
Top-level abstraction of a Dispatcher which is the Observable in the
Observer-Observable Design Pattern without the requirement to set the state
before sending a message to the observers.
|
| IObserver |
Top-level abstraction of the Observer in the Observer-Observable Design Pattern.
|