Package net.officefloor.gef.configurer
Interface ValueLoader<M,V>
-
public interface ValueLoader<M,V>
Function
interface to load the value.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
loadValue(M model, V value)
Loads the value to the model.
-