X - - The type of data this receiver requires.public interface ReceivesValue<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ReceivesValue.NoOp<T>
A handy Non-operational class that defaults to do nothing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
set(T value)
set() can be used either as an asynchronous method callback,
or as an actual setter for a
Bean value. |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.