package org.briarproject.android.controller; public interface ResultHandler { void onResult(R result); void onException(E exception); }