de.cau.cs.kieler.synccharts.synchronizer
Class SyncroActivationHandler

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.core.commands.AbstractHandler
          extended by de.cau.cs.kieler.synccharts.synchronizer.SyncroActivationHandler
All Implemented Interfaces:
IHandler, IHandler2

public class SyncroActivationHandler
extends AbstractHandler

Handler for (de-)activating the graphic / text synchronization. If this class implements IElementUpdater it will be directly in charge of determining the state of the toggle button.

Rating red

Constructor Summary
SyncroActivationHandler()
           
 
Method Summary
 Object execute(ExecutionEvent event)
          
 
Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
 
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncroActivationHandler

public SyncroActivationHandler()
Method Detail

execute

public Object execute(ExecutionEvent event)
               throws ExecutionException

Throws:
ExecutionException