Change IImportDialogFragmentListener interface
This commit is contained in:
parent
553e98367e
commit
f53b4ba3fa
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
package org.secuso.privacyfriendlysudoku.ui.listener;
|
||||
|
||||
public interface IImportDialogFragmentListener {
|
||||
public void onImportDialogPositiveClick(String input);
|
||||
public void onDialogNegativeClick();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue