| | |
| | | private static volatile HdlCommonLogic sHdlCommonLogic; |
| | | |
| | | |
| | | /** |
| | | * 模块类型(首页,电站,消息,我的) |
| | | */ |
| | | public static LowerTagType lowerTagType = LowerTagType.home; |
| | | |
| | | |
| | |
| | | BaseEventBus baseEventBus = new BaseEventBus(); |
| | | baseEventBus.setTopic(topic); |
| | | baseEventBus.setType(type); |
| | | EventBus.getDefault().postSticky(baseEventBus); |
| | | EventBus.getDefault().post(baseEventBus); |
| | | } |
| | | |
| | | /** |
| | |
| | | baseEventBus.setTopic(topic); |
| | | baseEventBus.setType(type); |
| | | baseEventBus.setData(o); |
| | | EventBus.getDefault().postSticky(baseEventBus); |
| | | EventBus.getDefault().post(baseEventBus); |
| | | } |
| | | |
| | | } |