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