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 voidaddHandlerListener(IHandlerListener handlerListener)voiddispose()Objectexecute(ExecutionEvent event)booleanisEnabled()booleanisHandled()voidremoveHandlerListener(IHandlerListener handlerListener)
-
-
-
Method Detail
-
addHandlerListener
public void addHandlerListener(IHandlerListener handlerListener)
- Specified by:
addHandlerListenerin interfaceIHandler- Generated class or method.
-
dispose
public void dispose()
-
execute
public Object execute(ExecutionEvent event) throws ExecutionException
- Specified by:
executein interfaceIHandler- Throws:
ExecutionException- Generated class or method.
-
isEnabled
public boolean isEnabled()
-
isHandled
public boolean isHandled()
-
removeHandlerListener
public void removeHandlerListener(IHandlerListener handlerListener)
- Specified by:
removeHandlerListenerin interfaceIHandler- Generated class or method.
-
-