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