T
- Supported derived observer typepublic interface SourceStatistic<T extends ChainedObserver>
Derived statistics can be registered and will then receive the relevant observer calls to update their status.
Modifier and Type | Method and Description |
---|---|
void |
addDerivedStatistic(T derived)
Register the given
Observer to be called by this SourceStatistic |
void |
removeDerivedStatistic(T derived)
Remove the given registered from this
SourceStatistic . |
void addDerivedStatistic(T derived)
Observer
to be called by this SourceStatistic
derived
- statistic to be registeredvoid removeDerivedStatistic(T derived)
SourceStatistic
.derived
- statistic to be removedCopyright © 2018. All rights reserved.