接口的使用
com.tlcsdm.core.dsl.commands.FunctionRunnable
使用FunctionRunnable的程序包
-
com.tlcsdm.core.dsl中FunctionRunnable的使用
参数类型为FunctionRunnable的com.tlcsdm.core.dsl中的方法修饰符和类型方法说明DSL.addFunc(String name, FunctionRunnable functionRunnable) Add a new function handler. -
com.tlcsdm.core.dsl.commands中FunctionRunnable的使用
修饰符和类型方法说明DSLDefinedCommand.getFunctionRunnable()Returns the FunctionRunnable if it's defined, or it will return null参数类型为FunctionRunnable的com.tlcsdm.core.dsl.commands中的构造器限定符构造器说明DSLDefinedCommand(String name, FunctionRunnable functionRunnable) Constructs a new DSLDefinedCommand and defines it as a function.