Class EMFProfileDiagramUpdateCommand
- java.lang.Object
-
- org.modelversioning.emfprofile.diagram.part.EMFProfileDiagramUpdateCommand
-
-
Constructor Summary
Constructors Constructor Description EMFProfileDiagramUpdateCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addHandlerListener(IHandlerListener handlerListener)
void
dispose()
Object
execute(ExecutionEvent event)
boolean
isEnabled()
boolean
isHandled()
void
removeHandlerListener(IHandlerListener handlerListener)
-
-
-
Method Detail
-
addHandlerListener
public void addHandlerListener(IHandlerListener handlerListener)
- Specified by:
addHandlerListener
in interfaceIHandler
- Generated class or method.
-
dispose
public void dispose()
-
execute
public Object execute(ExecutionEvent event) throws ExecutionException
- Specified by:
execute
in interfaceIHandler
- Throws:
ExecutionException
- Generated class or method.
-
isEnabled
public boolean isEnabled()
-
isHandled
public boolean isHandled()
-
removeHandlerListener
public void removeHandlerListener(IHandlerListener handlerListener)
- Specified by:
removeHandlerListener
in interfaceIHandler
- Generated class or method.
-
-