Uses of Interface
org.eclipse.mylar.internal.tasks.ui.editors.IRepositoryTaskAttributeListener

Packages that use IRepositoryTaskAttributeListener
org.eclipse.mylar.internal.tasks.ui.editors   
 

Uses of IRepositoryTaskAttributeListener in org.eclipse.mylar.internal.tasks.ui.editors
 

Fields in org.eclipse.mylar.internal.tasks.ui.editors with type parameters of type IRepositoryTaskAttributeListener
private  java.util.List<IRepositoryTaskAttributeListener> AbstractRepositoryTaskEditor.attributesListeners
           
 

Methods in org.eclipse.mylar.internal.tasks.ui.editors with parameters of type IRepositoryTaskAttributeListener
 void AbstractRepositoryTaskEditor.addAttributeListener(IRepositoryTaskAttributeListener listener)
           
 void AbstractRepositoryTaskEditor.removeAttributeListener(IRepositoryTaskAttributeListener listener)