public interface ValueHandler
Modifier and Type | Method and Description |
---|---|
void |
set(java.lang.Object value)
Tries to set the value.
|
<E> E |
value()
Tries to get the value.
|
<E> E value() throws HandlingException
HandlingException
- if anything go wrong.void set(java.lang.Object value) throws HandlingException
value
- the value to set.HandlingException
- if anything go wrong