]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/async/DescriptionSelectedCallback.java
rename an event handler using the onXXX style
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / async / DescriptionSelectedCallback.java
index 992abd1fafd7263fb477a21620f220fa627c2dbf..20d669413f12c6e6d92014cdecfcf78e6b3cf703 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2019 Damyan Ivanov.
+ * Copyright © 2021 Damyan Ivanov.
  * This file is part of MoLe.
  * MoLe is free software: you can distribute it and/or modify it
  * under the term of the GNU General Public License as published by
@@ -18,5 +18,5 @@
 package net.ktnx.mobileledger.async;
 
 public interface DescriptionSelectedCallback {
-    void descriptionSelected(String description);
+    void onDescriptionSelected(String description);
 }