|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of object to get and setpublic interface RKSource<T>
Defines a class which can get and set an object of the specified type.
| Nested Class Summary | |
|---|---|
static class |
RKSource.SourceImpl<T>
Generic Source implementation. |
| Method Summary | |
|---|---|
void |
set(T t)
Set the object value. |
| Methods inherited from interface org.jflux.api.core.Source |
|---|
getValue |
| Method Detail |
|---|
void set(T t)
t - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||