package net.ktnx.mobileledger; interface TaskCallback { abstract void done(); }