C
- the data type of the cellpublic interface ValueUpdater<C>
ValueUpdater
may be added to a Cell
to provide updated
data.Modifier and Type | Method and Description |
---|---|
void |
update(C value)
Announces a new value.
|
void update(C value)
value
- the updated valueCopyright © 2018. All rights reserved.