Skip to content

Commit ddec000

Browse files
author
maskara
committed
Java docs
1 parent 4b37bac commit ddec000

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/src/main/java/fr/free/nrw/commons/wikidata/WikidataEditListenerImpl.java

+6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
package fr.free.nrw.commons.wikidata;
22

3+
/**
4+
* Listener for wikidata edits
5+
*/
36
public class WikidataEditListenerImpl extends WikidataEditListener {
47

58
public WikidataEditListenerImpl() {
69
}
710

11+
/**
12+
* Fired when wikidata P18 edit is successful. If there's an active listener, then it is fired
13+
*/
814
@Override
915
public void onSuccessfulWikidataEdit() {
1016
if (wikidataP18EditListener != null) {

0 commit comments

Comments
 (0)