T - the emfstore interfacepublic abstract class InternalCommand<T extends AbstractEmfstoreInterface> extends Object
| Constructor and Description |
|---|
InternalCommand() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
doExecute()
Runs the internal command.
|
T |
getInterface() |
void |
setInterface(AbstractEmfstoreInterface theInterface)
Sets the interface which runs the command.
|
public void setInterface(AbstractEmfstoreInterface theInterface)
theInterface - the emfstore interfacepublic T getInterface()
public abstract void doExecute()
Copyright © 2017. All rights reserved.