public abstract class AbstractCommand
extends org.eclipse.core.commands.AbstractHandler
Constructor and Description |
---|
AbstractCommand() |
Modifier and Type | Method and Description |
---|---|
abstract void |
execute()
Execute.
|
java.lang.Object |
execute(org.eclipse.core.commands.ExecutionEvent event) |
public java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException
org.eclipse.core.commands.ExecutionException
public abstract void execute() throws org.polarsys.chess.core.util.uml.ModelError, java.lang.Exception
org.polarsys.chess.core.util.uml.ModelError
- the model errorjava.lang.Exception
- the exception