无限小猫咪

文章
7
资源
0
加入时间
3年0月8天

谷歌建议框架 EventBus 理解源码

写这个建议框架为了便于观察者模式:一 ,实现第一个类import com.google.common.base.Preconditions;import java.lang.reflect.InvocationTargetException;import java.lang.reflect.Method;/** * 观察者综合类 */public class ObserverAction { private Object target;//表示观察者的类 priva