org.eclipse.mylar.monitor.tests
Class MockSelectionMonitor

java.lang.Object
  extended by org.eclipse.mylar.monitor.AbstractUserInteractionMonitor
      extended by org.eclipse.mylar.monitor.tests.MockSelectionMonitor
All Implemented Interfaces:
org.eclipse.ui.ISelectionListener

public class MockSelectionMonitor
extends AbstractUserInteractionMonitor

Author:
Mik Kersten

Field Summary
 
Fields inherited from class org.eclipse.mylar.monitor.AbstractUserInteractionMonitor
lastSelectedElement
 
Constructor Summary
MockSelectionMonitor()
           
 
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

MockSelectionMonitor

public MockSelectionMonitor()
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