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

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

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

A listener for selection of the textbox where a new comment is entered in.


Constructor Summary
protected AbstractRepositoryTaskEditor.NewCommentListener()
           
 
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.NewCommentListener

protected AbstractRepositoryTaskEditor.NewCommentListener()
Method Detail

handleEvent

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