EventBus代码

时间:2018-08-31 14:38:27
【文件属性】:
文件名称:EventBus代码
文件大小:6.21MB
文件格式:ZIP
更新时间:2018-08-31 14:38:27
EventBus public class EventBus { HashMap,ArrayList> subscriptionsByEventType = new HashMap,ArrayList>(); MainThreadHandler mainThreadHandler = new MainThreadHandler(this,Looper.getMainLooper()); AsyThreadHandler asyThreadHandler = new AsyThreadHandler(this); private final static EventBus instance = new EventBus(); public static EventBus getInstance(){ return instance; } private EventBus(){};

网友评论

  • 还是不错的,哈哈哈
  • eventBus虽然现在不怎么用了,但是也是很方便的