A B C D E F G I K L O P R S T W 
所有类 所有程序包

A

ACTION - 类 中的静态变量com.jeremyliao.liveeventbus.ipc.consts.IpcConst
 
androidx.lifecycle - 程序包 androidx.lifecycle
 
AppUtils - com.jeremyliao.liveeventbus.utils中的类
from Github: https://github.com/Blankj/AndroidUtilCode thanks Blankj
AppUtils.FileProvider4UtilCode - com.jeremyliao.liveeventbus.utils中的类
 
AppUtils.OnActivityDestroyedListener - com.jeremyliao.liveeventbus.utils中的接口
 
AppUtils.OnAppStatusChangedListener - com.jeremyliao.liveeventbus.utils中的接口
 
autoClear(boolean) - 类 中的方法com.jeremyliao.liveeventbus.core.Config
 
autoClear(boolean) - 类 中的方法com.jeremyliao.liveeventbus.core.ObservableConfig
 

B

BooleanProcessor - com.jeremyliao.liveeventbus.ipc.core中的类
Created by liaohailiang on 2019/5/30.
BooleanProcessor() - 类 的构造器com.jeremyliao.liveeventbus.ipc.core.BooleanProcessor
 
broadcast(T) - 接口 中的方法com.jeremyliao.liveeventbus.core.Observable
已过时。
broadcast(T, boolean, boolean) - 接口 中的方法com.jeremyliao.liveeventbus.core.Observable
以广播的形式发送一个消息 需要跨进程、跨APP发送消息的时候调用该方法

C

com.jeremyliao.liveeventbus - 程序包 com.jeremyliao.liveeventbus
 
com.jeremyliao.liveeventbus.core - 程序包 com.jeremyliao.liveeventbus.core
 
com.jeremyliao.liveeventbus.ipc.annotation - 程序包 com.jeremyliao.liveeventbus.ipc.annotation
 
com.jeremyliao.liveeventbus.ipc.consts - 程序包 com.jeremyliao.liveeventbus.ipc.consts
 
com.jeremyliao.liveeventbus.ipc.core - 程序包 com.jeremyliao.liveeventbus.ipc.core
 
com.jeremyliao.liveeventbus.ipc.receiver - 程序包 com.jeremyliao.liveeventbus.ipc.receiver
 
com.jeremyliao.liveeventbus.logger - 程序包 com.jeremyliao.liveeventbus.logger
 
com.jeremyliao.liveeventbus.utils - 程序包 com.jeremyliao.liveeventbus.utils
 
config() - 类 中的方法com.jeremyliao.liveeventbus.core.LiveEventBusCore
use the class Config to set params first of all, call config to get the Config instance then, call the method of Config to config LiveEventBus call this method in Application.onCreate
config() - 类 中的静态方法com.jeremyliao.liveeventbus.LiveEventBus
use the inner class Config to set params first of all, call config to get the Config instance then, call the method of Config to config LiveEventBus call this method in Application.onCreate
config(String) - 类 中的方法com.jeremyliao.liveeventbus.core.LiveEventBusCore
 
config(String) - 类 中的静态方法com.jeremyliao.liveeventbus.LiveEventBus
use the inner class Config to set params first of all, call config to get the Config instance then, call the method of Config to config LiveEventBus call this method in Application.onCreate
Config - com.jeremyliao.liveeventbus.core中的类
Created by liaohailiang on 2019-08-28.
Config() - 类 的构造器com.jeremyliao.liveeventbus.core.Config
 
Console - com.jeremyliao.liveeventbus.core中的类
Created by liaohailiang on 2020-04-18.
createFrom(Intent) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.ProcessorManager
 
createFromBundle(Bundle) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.BooleanProcessor
 
createFromBundle(Bundle) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.DoubleProcessor
 
createFromBundle(Bundle) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.FloatProcessor
 
createFromBundle(Bundle) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.IntProcessor
 
createFromBundle(Bundle) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.LongProcessor
 
createFromBundle(Bundle) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.ParcelableProcessor
 
createFromBundle(Bundle) - 接口 中的方法com.jeremyliao.liveeventbus.ipc.core.Processor
 
createFromBundle(Bundle) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.SerializableProcessor
 
createFromBundle(Bundle) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.StringProcessor
 

D

DefaultLogger - com.jeremyliao.liveeventbus.logger中的类
Created by liaohailiang on 2019-09-10.
DefaultLogger() - 类 的构造器com.jeremyliao.liveeventbus.logger.DefaultLogger
 
DoubleProcessor - com.jeremyliao.liveeventbus.ipc.core中的类
Created by liaohailiang on 2019/5/30.
DoubleProcessor() - 类 的构造器com.jeremyliao.liveeventbus.ipc.core.DoubleProcessor
 

E

enableLogger(boolean) - 类 中的方法com.jeremyliao.liveeventbus.core.Config
set logger enable or disable, default enable
ExternalLiveData<T> - androidx.lifecycle中的类
Created by liaohailiang on 2019/3/7.
ExternalLiveData() - 类 的构造器androidx.lifecycle.ExternalLiveData
 

F

FileProvider4UtilCode() - 类 的构造器com.jeremyliao.liveeventbus.utils.AppUtils.FileProvider4UtilCode
 
FloatProcessor - com.jeremyliao.liveeventbus.ipc.core中的类
Created by liaohailiang on 2019/5/30.
FloatProcessor() - 类 的构造器com.jeremyliao.liveeventbus.ipc.core.FloatProcessor
 

G

get() - 类 中的静态方法com.jeremyliao.liveeventbus.core.LiveEventBusCore
 
get(Class<T>) - 类 中的静态方法com.jeremyliao.liveeventbus.LiveEventBus
get observable from eventType
get(String) - 类 中的静态方法com.jeremyliao.liveeventbus.LiveEventBus
get observable by key
get(String, Class<T>) - 类 中的静态方法com.jeremyliao.liveeventbus.LiveEventBus
get observable by key with type
getApp() - 类 中的静态方法com.jeremyliao.liveeventbus.utils.AppUtils
Return the context of Application object.
getInfo() - 类 中的静态方法com.jeremyliao.liveeventbus.core.Console
获取控制台信息
getLogger() - 类 中的方法com.jeremyliao.liveeventbus.logger.LoggerManager
 
getManager() - 类 中的静态方法com.jeremyliao.liveeventbus.ipc.core.ProcessorManager
 
getVersion() - 类 中的方法androidx.lifecycle.ExternalLiveData
 

I

init(Application) - 类 中的静态方法com.jeremyliao.liveeventbus.utils.AppUtils
Init utils.
init(Context) - 类 中的静态方法com.jeremyliao.liveeventbus.utils.AppUtils
Init utils.
IntProcessor - com.jeremyliao.liveeventbus.ipc.core中的类
Created by liaohailiang on 2019/5/30.
IntProcessor() - 类 的构造器com.jeremyliao.liveeventbus.ipc.core.IntProcessor
 
IpcConfig - com.jeremyliao.liveeventbus.ipc.annotation中的注释类型
Created by liaohailiang on 2019/5/30.
IpcConst - com.jeremyliao.liveeventbus.ipc.consts中的类
Created by liaohailiang on 2019/3/25.
IpcConst() - 类 的构造器com.jeremyliao.liveeventbus.ipc.consts.IpcConst
 
isEnable() - 类 中的方法com.jeremyliao.liveeventbus.logger.LoggerManager
 
isMainThread() - 类 中的静态方法com.jeremyliao.liveeventbus.utils.ThreadUtils
 

K

KEY - 类 中的静态变量com.jeremyliao.liveeventbus.ipc.consts.IpcConst
 
KEY_BUNDLE - 类 中的静态变量com.jeremyliao.liveeventbus.ipc.consts.IpcConst
 
KEY_CLASS_NAME - 类 中的静态变量com.jeremyliao.liveeventbus.ipc.consts.IpcConst
 
KEY_PROCESSOR_NAME - 类 中的静态变量com.jeremyliao.liveeventbus.ipc.consts.IpcConst
 
KEY_VALUE - 类 中的静态变量com.jeremyliao.liveeventbus.ipc.consts.IpcConst
 

L

LebIpcReceiver - com.jeremyliao.liveeventbus.ipc.receiver中的类
Created by liaohailiang on 2019/3/26.
LebIpcReceiver() - 类 的构造器com.jeremyliao.liveeventbus.ipc.receiver.LebIpcReceiver
 
lifecycleObserverAlwaysActive(boolean) - 类 中的方法com.jeremyliao.liveeventbus.core.Config
lifecycleObserverAlwaysActive set if then observer can always receive message true: observer can always receive message false: observer can only receive message when resumed
lifecycleObserverAlwaysActive(boolean) - 类 中的方法com.jeremyliao.liveeventbus.core.ObservableConfig
lifecycleObserverAlwaysActive set if then observer can always receive message true: observer can always receive message false: observer can only receive message when resumed
LiveEvent - com.jeremyliao.liveeventbus.core中的接口
Created by liaohailiang on 2020-05-30.
LiveEventBus - com.jeremyliao.liveeventbus中的类
_ _ _____ _ ______ | | (_) | ___| | | | ___ \ | | ___ _____| |____ _____ _ __ | |_| |_/ /_ _ ___ | | | \ \ / / _ \ __\ \ / / _ \ '_ \| __| ___ \ | | / __| | |___| |\ V / __/ |___\ V / __/ | | | |_| |_/ / |_| \__ \ \_____/_| \_/ \___\____/ \_/ \___|_| |_|\__\____/ \__,_|___/ Created by liaohailiang on 2019/1/21.
LiveEventBus() - 类 的构造器com.jeremyliao.liveeventbus.LiveEventBus
 
LiveEventBusCore - com.jeremyliao.liveeventbus.core中的类
LiveEventBusCore
log(Level, String) - 类 中的方法com.jeremyliao.liveeventbus.logger.DefaultLogger
 
log(Level, String) - 接口 中的方法com.jeremyliao.liveeventbus.logger.Logger
 
log(Level, String) - 类 中的方法com.jeremyliao.liveeventbus.logger.LoggerManager
 
log(Level, String, Throwable) - 类 中的方法com.jeremyliao.liveeventbus.logger.DefaultLogger
 
log(Level, String, Throwable) - 接口 中的方法com.jeremyliao.liveeventbus.logger.Logger
 
log(Level, String, Throwable) - 类 中的方法com.jeremyliao.liveeventbus.logger.LoggerManager
 
Logger - com.jeremyliao.liveeventbus.logger中的接口
Created by liaohailiang on 2019-09-10.
LoggerManager - com.jeremyliao.liveeventbus.logger中的类
Created by liaohailiang on 2019-11-07.
LoggerManager(Logger) - 类 的构造器com.jeremyliao.liveeventbus.logger.LoggerManager
 
LongProcessor - com.jeremyliao.liveeventbus.ipc.core中的类
Created by liaohailiang on 2019/5/30.
LongProcessor() - 类 的构造器com.jeremyliao.liveeventbus.ipc.core.LongProcessor
 

O

Observable<T> - com.jeremyliao.liveeventbus.core中的接口
Created by liaohailiang on 2019-08-28.
ObservableConfig - com.jeremyliao.liveeventbus.core中的类
Created by liaohailiang on 2020-12-12.
ObservableConfig() - 类 的构造器com.jeremyliao.liveeventbus.core.ObservableConfig
 
observe(LifecycleOwner, Observer<? super T>) - 类 中的方法androidx.lifecycle.ExternalLiveData
 
observe(LifecycleOwner, Observer<T>) - 接口 中的方法com.jeremyliao.liveeventbus.core.Observable
注册一个Observer,生命周期感知,自动取消订阅
observeForever(Observer<T>) - 接口 中的方法com.jeremyliao.liveeventbus.core.Observable
注册一个Observer,需手动解除绑定
observerActiveLevel() - 类 中的方法androidx.lifecycle.ExternalLiveData
determine when the observer is active, means the observer can receive message the default value is CREATED, means if the observer's state is above create, for example, the onCreate() of activity is called you can change this value to CREATED/STARTED/RESUMED determine on witch state, you can receive message
observeSticky(LifecycleOwner, Observer<T>) - 接口 中的方法com.jeremyliao.liveeventbus.core.Observable
注册一个Observer,生命周期感知,自动取消订阅 如果之前有消息发送,可以在注册时收到消息(消息同步)
observeStickyForever(Observer<T>) - 接口 中的方法com.jeremyliao.liveeventbus.core.Observable
注册一个Observer,需手动解除绑定 如果之前有消息发送,可以在注册时收到消息(消息同步)
onActivityDestroyed(Activity) - 接口 中的方法com.jeremyliao.liveeventbus.utils.AppUtils.OnActivityDestroyedListener
 
onBackground() - 接口 中的方法com.jeremyliao.liveeventbus.utils.AppUtils.OnAppStatusChangedListener
 
onCreate() - 类 中的方法com.jeremyliao.liveeventbus.utils.AppUtils.FileProvider4UtilCode
 
onForeground() - 接口 中的方法com.jeremyliao.liveeventbus.utils.AppUtils.OnAppStatusChangedListener
 
onReceive(Context, Intent) - 类 中的方法com.jeremyliao.liveeventbus.ipc.receiver.LebIpcReceiver
 

P

ParcelableProcessor - com.jeremyliao.liveeventbus.ipc.core中的类
Created by liaohailiang on 2019/5/30.
ParcelableProcessor() - 类 的构造器com.jeremyliao.liveeventbus.ipc.core.ParcelableProcessor
 
post(T) - 接口 中的方法com.jeremyliao.liveeventbus.core.Observable
进程内发送消息
postAcrossApp(T) - 接口 中的方法com.jeremyliao.liveeventbus.core.Observable
App之间发送消息
postAcrossProcess(T) - 接口 中的方法com.jeremyliao.liveeventbus.core.Observable
App内发送消息,跨进程使用
postDelay(LifecycleOwner, T, long) - 接口 中的方法com.jeremyliao.liveeventbus.core.Observable
进程内发送消息,延迟发送,带生命周期 如果延时发送消息的时候sender处于非激活状态,消息取消发送
postDelay(T, long) - 接口 中的方法com.jeremyliao.liveeventbus.core.Observable
进程内发送消息,延迟发送
postOrderly(T) - 接口 中的方法com.jeremyliao.liveeventbus.core.Observable
进程内发送消息 强制接收到消息的顺序和发送顺序一致
processor() - 注释类型 中的方法com.jeremyliao.liveeventbus.ipc.annotation.IpcConfig
 
Processor - com.jeremyliao.liveeventbus.ipc.core中的接口
Created by liaohailiang on 2019/5/30.
ProcessorManager - com.jeremyliao.liveeventbus.ipc.core中的类
Created by liaohailiang on 2019/5/30.

R

removeObserver(Observer<T>) - 接口 中的方法com.jeremyliao.liveeventbus.core.Observable
通过observeForever或observeStickyForever注册的,需要调用该方法取消订阅

S

SerializableProcessor - com.jeremyliao.liveeventbus.ipc.core中的类
Created by liaohailiang on 2019/5/30.
SerializableProcessor() - 类 的构造器com.jeremyliao.liveeventbus.ipc.core.SerializableProcessor
 
setContext(Context) - 类 中的方法com.jeremyliao.liveeventbus.core.Config
config broadcast only if you called this method, you can use broadcastValue() to send broadcast message
setEnable(boolean) - 类 中的方法com.jeremyliao.liveeventbus.logger.LoggerManager
 
setLogger(Logger) - 类 中的方法com.jeremyliao.liveeventbus.core.Config
setLogger, if not set, use DefaultLogger
setLogger(Logger) - 类 中的方法com.jeremyliao.liveeventbus.logger.LoggerManager
 
START_VERSION - 类 中的静态变量androidx.lifecycle.ExternalLiveData
 
StringProcessor - com.jeremyliao.liveeventbus.ipc.core中的类
Created by liaohailiang on 2019/5/30.
StringProcessor() - 类 的构造器com.jeremyliao.liveeventbus.ipc.core.StringProcessor
 

T

ThreadUtils - com.jeremyliao.liveeventbus.utils中的类
Created by liaohailiang on 2019/3/26.
ThreadUtils() - 类 的构造器com.jeremyliao.liveeventbus.utils.ThreadUtils
 

W

with(String, Class<T>) - 类 中的方法com.jeremyliao.liveeventbus.core.LiveEventBusCore
 
writeTo(Intent, Object) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.ProcessorManager
 
writeToBundle(Bundle, Object) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.BooleanProcessor
 
writeToBundle(Bundle, Object) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.DoubleProcessor
 
writeToBundle(Bundle, Object) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.FloatProcessor
 
writeToBundle(Bundle, Object) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.IntProcessor
 
writeToBundle(Bundle, Object) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.LongProcessor
 
writeToBundle(Bundle, Object) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.ParcelableProcessor
 
writeToBundle(Bundle, Object) - 接口 中的方法com.jeremyliao.liveeventbus.ipc.core.Processor
 
writeToBundle(Bundle, Object) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.SerializableProcessor
 
writeToBundle(Bundle, Object) - 类 中的方法com.jeremyliao.liveeventbus.ipc.core.StringProcessor
 
A B C D E F G I K L O P R S T W 
所有类 所有程序包