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