org.eclipse.mylar.monitor.workbench
Class ActionExecutionMonitor

java.lang.Object
  extended by org.eclipse.mylar.monitor.workbench.ActionExecutionMonitor
All Implemented Interfaces:
IActionExecutionListener

public class ActionExecutionMonitor
extends java.lang.Object
implements IActionExecutionListener

Author:
Mik Kersten

Constructor Summary
ActionExecutionMonitor()
           
 
Method Summary
 void actionObserved(org.eclipse.jface.action.IAction action)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionExecutionMonitor

public ActionExecutionMonitor()
Method Detail

actionObserved

public void actionObserved(org.eclipse.jface.action.IAction action)
Specified by:
actionObserved in interface IActionExecutionListener