org.eclipse.mylar.internal.tasks.ui.editors
Class AbstractRepositoryTaskEditor.DescriptionListener

java.lang.Object
  extended by org.eclipse.mylar.internal.tasks.ui.editors.AbstractRepositoryTaskEditor.DescriptionListener
All Implemented Interfaces:
org.eclipse.swt.widgets.Listener
Enclosing class:
AbstractRepositoryTaskEditor

protected class AbstractRepositoryTaskEditor.DescriptionListener
extends java.lang.Object
implements org.eclipse.swt.widgets.Listener

A listener for selection of the description field.


Constructor Summary
protected AbstractRepositoryTaskEditor.DescriptionListener()
           
 
Method Summary
 void handleEvent(org.eclipse.swt.widgets.Event event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRepositoryTaskEditor.DescriptionListener

protected AbstractRepositoryTaskEditor.DescriptionListener()
Method Detail

handleEvent

public void handleEvent(org.eclipse.swt.widgets.Event event)
Specified by:
handleEvent in interface org.eclipse.swt.widgets.Listener