Interface MenuCommand
-
public interface MenuCommand
Interface for implementations forMenuItem
clicks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(List<VertexRef> targets, OperationContext operationContext)
Is executed, when theMenuItem
is selected/clicked.
-
-
-
Method Detail
-
execute
void execute(List<VertexRef> targets, OperationContext operationContext)
Is executed, when theMenuItem
is selected/clicked.- Parameters:
targets
- The targets of the command (e.g. current selection)operationContext
- The context of the command
-
-