Change the way of action pefrom(no longer wait for event), add loading jar file support, fix simple action memory leak

This commit is contained in:
hyb1996
2017-04-05 22:35:31 +08:00
parent b762ceb60b
commit 6844eb9841
88 changed files with 1797 additions and 832 deletions

View File

@@ -1,9 +1,11 @@
package com.stardust.util;
import android.support.annotation.Keep;
/**
* Created by Stardust on 2017/3/10.
*/
@Keep
public interface Consumer<T> {
void accept(T t);