de.cau.cs.kieler.core.model.handlers
Class ValidateActionHandler

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

public class ValidateActionHandler
extends AbstractHandler

Handler for triggering the validate action in the checkfile manager.

Rating proposed yellow
(2010-06-11) soh

Constructor Summary
ValidateActionHandler()
           
 
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

ValidateActionHandler

public ValidateActionHandler()
Method Detail

execute

public Object execute(ExecutionEvent event)
               throws ExecutionException

Throws:
ExecutionException