| Package | Description |
|---|---|
| org.refcodes.observer | |
| org.refcodes.observer.impls |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObserverDescriptor<E extends Event<?>,O extends Observer<E>,EM extends EventMatcher<E>>
This
ObserverDescriptor describes the Observer, i.e. in some
cases an Observer requires an EventMatcher which determines
which ActionEvent instances to pass to the Observer. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObserverDescriptor<E extends Event<?>,O extends Observer<E>,EM extends EventMatcher<E>>
This
ObserverDescriptor describes the Observer, i.e. in some
cases an Observer requires an EventMatcher which determines
which ActionEvent instances to pass to the Observer. |
| Modifier and Type | Class and Description |
|---|---|
class |
ObserverDescriptorImpl<E extends Event<?>,O extends Observer<E>,EM extends EventMatcher<E>>
As a descriptor describes something fixed, this class is immutable in the
sense that there are no setters for the attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObserverDescriptorImpl<E extends Event<?>,O extends Observer<E>,EM extends EventMatcher<E>>
As a descriptor describes something fixed, this class is immutable in the
sense that there are no setters for the attributes.
|
Copyright © 2017. All rights reserved.