|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Supported derived observer typepublic interface SourceStatistic<T extends ChainedObserver>
Source statistic implementations support derived statistics.
Derived statistics can be registered and will then receive the relevant observer calls to update their status.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void addDerivedStatistic(T derived)
Observer to be called by this SourceStatistic
derived - statistic to be registeredvoid removeDerivedStatistic(T derived)
SourceStatistic.
derived - statistic to be removed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||