T - parameter typepublic abstract class EMFStoreCommandWithParameter<T> extends AbstractEMFStoreCommand
| Constructor and Description |
|---|
EMFStoreCommandWithParameter() |
| Modifier and Type | Method and Description |
|---|---|
void |
run(T parameter,
boolean ignoreExceptions)
Executes the command on the workspaces editing domain.
|
canUndo, execute, getRuntimeException, redo, shouldIgnoreExceptionspublic void run(T parameter, boolean ignoreExceptions)
parameter - the parameterignoreExceptions - true if any thrown exception in the execution of the command should be ignored.Copyright © 2017. All rights reserved.