mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 12:19:54 +01:00
Switched AppBus for ResultHandler, Controller for Helper. Added the basics for LifecycleControllers and implemented it for BriarActivity and NavDrawerActivity
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package org.briarproject.android.controller;
|
||||
|
||||
public interface ResultHandler<R, E> {
|
||||
void onResult(R result);
|
||||
void onException(E exception);
|
||||
}
|
||||
Reference in New Issue
Block a user