We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b37bac commit ddec000Copy full SHA for ddec000
app/src/main/java/fr/free/nrw/commons/wikidata/WikidataEditListenerImpl.java
@@ -1,10 +1,16 @@
1
package fr.free.nrw.commons.wikidata;
2
3
+/**
4
+ * Listener for wikidata edits
5
+ */
6
public class WikidataEditListenerImpl extends WikidataEditListener {
7
8
public WikidataEditListenerImpl() {
9
}
10
11
+ /**
12
+ * Fired when wikidata P18 edit is successful. If there's an active listener, then it is fired
13
14
@Override
15
public void onSuccessfulWikidataEdit() {
16
if (wikidataP18EditListener != null) {
0 commit comments