|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MutableValue<E>
A smalltalk-style generic value accessor/mutator system, where individual items are accessed through a single value
| Method Summary | |
|---|---|
void |
set(E value)
|
| Methods inherited from interface net.israfil.foundation.valuemodel.Value |
|---|
get |
| Methods inherited from interface net.israfil.foundation.valuemodel.Observable |
|---|
addObservers, removeObservers |
| Methods inherited from interface net.israfil.foundation.valuemodel.Vetoable |
|---|
addVetoers, removeVetoers |
| Method Detail |
|---|
void set(E value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||