Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-07-08 19:58:10 +0000
committermkersten2005-07-08 19:58:10 +0000
commit6921bdf15e62a958d9329822b24b6d52ce5b6c71 (patch)
treef17c919f13e663fede9913e24539dc242ee7aa92 /org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/bugzilla/core/IBugzillaAttributeListener.java
parent002325911e63c1355d8459f2d35a3477e2c19854 (diff)
downloadorg.eclipse.mylyn.tasks-6921bdf15e62a958d9329822b24b6d52ce5b6c71.tar.gz
org.eclipse.mylyn.tasks-6921bdf15e62a958d9329822b24b6d52ce5b6c71.tar.xz
org.eclipse.mylyn.tasks-6921bdf15e62a958d9329822b24b6d52ce5b6c71.zip
Moved bugzilla core to buzilla.core
Progress on bug#102418 Ken's patch for Bugzilla Bug 103092 improve category filtering and sorting
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/bugzilla/core/IBugzillaAttributeListener.java')
-rw-r--r--org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/bugzilla/core/IBugzillaAttributeListener.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/bugzilla/core/IBugzillaAttributeListener.java b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/bugzilla/core/IBugzillaAttributeListener.java
new file mode 100644
index 000000000..c9c4dcdca
--- /dev/null
+++ b/org.eclipse.mylyn.bugzilla.core/src/org/eclipse/mylyn/bugzilla/core/IBugzillaAttributeListener.java
@@ -0,0 +1,9 @@
+package org.eclipse.mylar.bugzilla.core;
+
+
+/**
+ * @author Ken Sueda
+ */
+public interface IBugzillaAttributeListener {
+ public abstract void attributeChanged(String attribute, String value);
+}

Back to the top