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

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

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

A listener for selection of the description textbox.


Constructor Summary
protected AbstractNewRepositoryTaskEditor.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

AbstractNewRepositoryTaskEditor.DescriptionListener

protected AbstractNewRepositoryTaskEditor.DescriptionListener()
Method Detail

handleEvent

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