public static interface AbstractConfigurableItem.ConfigurableModelContext<O,M>
Model of ConfigurableItem.| Modifier and Type | Method and Description |
|---|---|
void |
execute(net.officefloor.model.change.Change<M> change)
Executes the
Change. |
M |
getModel()
Obtains the
Model. |
O |
getOperations()
Obtains the operations.
|
O getOperations()
M getModel()
Model.Model. Will be null if create the Model.void execute(net.officefloor.model.change.Change<M> change) throws java.lang.Throwable
Change.change - Change.java.lang.Throwable - If unable to execute the Change.Copyright © 2005–2018. All rights reserved.