Uses of Class
cool.scx.app.Scx

Packages that use Scx
Package
Description
 
  • Uses of Scx in cool.scx.app

    Methods in cool.scx.app that return Scx
    Modifier and Type
    Method
    Description
    ScxBuilder.build()
    构建
    Scx.run()
     
    ScxBuilder.run()
    a
    static Scx
    ScxContext.scx()
    获取全局的 Scx
    Methods in cool.scx.app with parameters of type Scx
    Modifier and Type
    Method
    Description
    void
    ScxModule.start(Scx scx)
    核心模块初始化完成调用 注意请不要阻塞此方法
    void
    ScxModule.stop(Scx scx)
    项目停止或结束时调用 注意请不要阻塞此方法
    Constructors in cool.scx.app with parameters of type Scx
    Modifier
    Constructor
    Description