Export cancellable - minor changes

This commit is contained in:
grait
2014-03-11 04:49:52 +05:30
parent 3f649d4458
commit ccdf646c19
3 changed files with 10 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
package org.sufficientlysecure.keychain.util;
public interface KeychainServiceListener {
boolean hasServiceStopped();
}