org.eclipse.xtext.ui.editor.outline.actions
Class OutlineWithEditorLinker.TextListener

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.outline.actions.OutlineWithEditorLinker.TextListener
All Implemented Interfaces:
org.eclipse.jface.viewers.ISelectionChangedListener
Enclosing class:
OutlineWithEditorLinker

protected class OutlineWithEditorLinker.TextListener
extends java.lang.Object
implements org.eclipse.jface.viewers.ISelectionChangedListener


Constructor Summary
protected OutlineWithEditorLinker.TextListener()
           
 
Method Summary
 void selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event)
          Notifies that the selection has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutlineWithEditorLinker.TextListener

protected OutlineWithEditorLinker.TextListener()
Method Detail

selectionChanged

public void selectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event)
Description copied from interface: org.eclipse.jface.viewers.ISelectionChangedListener
Notifies that the selection has changed.

Specified by:
selectionChanged in interface org.eclipse.jface.viewers.ISelectionChangedListener
Parameters:
event - event object describing the change