接口 IEngine<S extends IConfig,​T extends IIntent,​U extends EngineListener>

    • 方法详细资料

      • init

        void init​(S config,
                  U listener)
      • start

        void start​(T intent)
      • stop

        void stop()
      • destroy

        void destroy()