Package net.officefloor.gef.editor
Interface ModelAction<R extends Model,O,M extends Model>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(ModelActionContext<R,O,M> context)
Executes the action.
-
-
-
Method Detail
-
execute
void execute(ModelActionContext<R,O,M> context) throws java.lang.Throwable
Executes the action.- Parameters:
context
-ModelActionContext
.- Throws:
java.lang.Throwable
- PossibleException
in executingModelAction
.
-
-