|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of the value to consume.public interface ValueConsumer<T>
Consumes values set via the value property. Implementations will generally be a service that does something with each value as they are set.
Method Summary | |
---|---|
void |
setValue(T value)
Accept a value. |
Method Detail |
---|
void setValue(T value)
value
- The value. This should not be null.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |