mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +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,11 @@
|
||||
package org.briarproject.android.controller;
|
||||
|
||||
public interface ActivityLifecycleController {
|
||||
void onActivityCreate();
|
||||
|
||||
void onActivityResume();
|
||||
|
||||
void onActivityPause();
|
||||
|
||||
void onActivityDestroy();
|
||||
}
|
||||
Reference in New Issue
Block a user