org.eclipse.mylar.monitor.workbench
Class KeybindingCommandMonitor

java.lang.Object
  extended by org.eclipse.mylar.monitor.AbstractCommandMonitor
      extended by org.eclipse.mylar.monitor.workbench.KeybindingCommandMonitor
All Implemented Interfaces:
org.eclipse.core.commands.IExecutionListener

public class KeybindingCommandMonitor
extends AbstractCommandMonitor

Author:
Mik Kersten

Field Summary
static java.lang.String COMMAND_INVOKED
           
 
Constructor Summary
KeybindingCommandMonitor()
           
 
Method Summary
protected  void handleCommandExecution(java.lang.String commandId, org.eclipse.core.commands.ExecutionEvent event)
           
 
Methods inherited from class org.eclipse.mylar.monitor.AbstractCommandMonitor
dispose, notHandled, postExecuteFailure, postExecuteSuccess, preExecute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMAND_INVOKED

public static final java.lang.String COMMAND_INVOKED
See Also:
Constant Field Values
Constructor Detail

KeybindingCommandMonitor

public KeybindingCommandMonitor()
Method Detail

handleCommandExecution

protected void handleCommandExecution(java.lang.String commandId,
                                      org.eclipse.core.commands.ExecutionEvent event)
Specified by:
handleCommandExecution in class AbstractCommandMonitor