org.eclipse.mylar.internal.resources
Class ResourceInteractionMonitor

java.lang.Object
  extended by org.eclipse.mylar.monitor.AbstractUserInteractionMonitor
      extended by org.eclipse.mylar.internal.resources.ResourceInteractionMonitor
All Implemented Interfaces:
org.eclipse.ui.ISelectionListener

public class ResourceInteractionMonitor
extends AbstractUserInteractionMonitor

Author:
Mik Kersten

Field Summary
 
Fields inherited from class org.eclipse.mylar.monitor.AbstractUserInteractionMonitor
lastSelectedElement
 
Constructor Summary
ResourceInteractionMonitor()
           
 
Method Summary
protected  void handleWorkbenchPartSelection(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.viewers.ISelection selection, boolean contributeToContext)
           
 
Methods inherited from class org.eclipse.mylar.monitor.AbstractUserInteractionMonitor
dispose, getEventKind, handleElementEdit, handleElementSelection, handleNavigation, selectionChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceInteractionMonitor

public ResourceInteractionMonitor()
Method Detail

handleWorkbenchPartSelection

protected void handleWorkbenchPartSelection(org.eclipse.ui.IWorkbenchPart part,
                                            org.eclipse.jface.viewers.ISelection selection,
                                            boolean contributeToContext)
Specified by:
handleWorkbenchPartSelection in class AbstractUserInteractionMonitor