类 LiveEventBusCore


  • public final class LiveEventBusCore
    extends java.lang.Object
    LiveEventBusCore
    • 方法概要

      所有方法 静态方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      Config config()
      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
      ObservableConfig config​(java.lang.String key)  
      static LiveEventBusCore get()  
      <T> Observable<T> with​(java.lang.String key, java.lang.Class<T> type)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • with

        public <T> Observable<T> with​(java.lang.String key,
                                      java.lang.Class<T> type)
      • config

        public Config config()
        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