public final class InvokeProxy extends Object implements AppListenerAdapter
| 限定符和类型 | 类和说明 |
|---|---|
protected static interface |
InvokeProxy.CommonMethod<T> |
static class |
InvokeProxy.MethodCallWrapper<T> |
| 构造器和说明 |
|---|
InvokeProxy() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
config(AppListenerProperty interested) |
static InvokeProxy.MethodCallWrapper<xyz.scootaloo.console.app.util.InvokeProxy.Non> |
fun(FunctionDescribe.NonRtn0P nonRtn0P) |
static <T> InvokeProxy.MethodCallWrapper<xyz.scootaloo.console.app.util.InvokeProxy.Non> |
fun(FunctionDescribe.NonRtn1P<T> nonRtn1P) |
static <T1,T2> InvokeProxy.MethodCallWrapper<xyz.scootaloo.console.app.util.InvokeProxy.Non> |
fun(FunctionDescribe.NonRtn2P<T1,T2> nonRtn2P) |
static <T1,T2,T3> InvokeProxy.MethodCallWrapper<xyz.scootaloo.console.app.util.InvokeProxy.Non> |
fun(FunctionDescribe.NonRtn3P<T1,T2,T3> nonRtn3P) |
static <T1,T2,T3,T4> |
fun(FunctionDescribe.NonRtn4P<T1,T2,T3,T4> nonRtn4P) |
static <R> InvokeProxy.MethodCallWrapper<R> |
fun(FunctionDescribe.Rtn0P<R> rtn0P) |
static <R,T> InvokeProxy.MethodCallWrapper<R> |
fun(FunctionDescribe.Rtn1P<R,T> rtn1P) |
static <R,T1,T2> InvokeProxy.MethodCallWrapper<R> |
fun(FunctionDescribe.Rtn2P<R,T1,T2> rtn2P) |
static <R,T1,T2,T3> |
fun(FunctionDescribe.Rtn3P<R,T1,T2,T3> rtn3P) |
static <R,T1,T2,T3,T4> |
fun(FunctionDescribe.Rtn4P<R,T1,T2,T3,T4> rtn4P) |
protected static InvokeProxy |
getInstance() |
String |
getName() |
String |
info() |
void |
onAppStarted(ConsoleConfig config) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitenable, onInput, onInputResolved, onMessage, onResolveInputpublic static <R> InvokeProxy.MethodCallWrapper<R> fun(FunctionDescribe.Rtn0P<R> rtn0P)
public static <R,T> InvokeProxy.MethodCallWrapper<R> fun(FunctionDescribe.Rtn1P<R,T> rtn1P)
public static <R,T1,T2> InvokeProxy.MethodCallWrapper<R> fun(FunctionDescribe.Rtn2P<R,T1,T2> rtn2P)
public static <R,T1,T2,T3> InvokeProxy.MethodCallWrapper<R> fun(FunctionDescribe.Rtn3P<R,T1,T2,T3> rtn3P)
public static <R,T1,T2,T3,T4> InvokeProxy.MethodCallWrapper<R> fun(FunctionDescribe.Rtn4P<R,T1,T2,T3,T4> rtn4P)
public static InvokeProxy.MethodCallWrapper<xyz.scootaloo.console.app.util.InvokeProxy.Non> fun(FunctionDescribe.NonRtn0P nonRtn0P)
public static <T> InvokeProxy.MethodCallWrapper<xyz.scootaloo.console.app.util.InvokeProxy.Non> fun(FunctionDescribe.NonRtn1P<T> nonRtn1P)
public static <T1,T2> InvokeProxy.MethodCallWrapper<xyz.scootaloo.console.app.util.InvokeProxy.Non> fun(FunctionDescribe.NonRtn2P<T1,T2> nonRtn2P)
public static <T1,T2,T3> InvokeProxy.MethodCallWrapper<xyz.scootaloo.console.app.util.InvokeProxy.Non> fun(FunctionDescribe.NonRtn3P<T1,T2,T3> nonRtn3P)
public static <T1,T2,T3,T4> InvokeProxy.MethodCallWrapper<xyz.scootaloo.console.app.util.InvokeProxy.Non> fun(FunctionDescribe.NonRtn4P<T1,T2,T3,T4> nonRtn4P)
protected static InvokeProxy getInstance()
public String getName()
getName 在接口中 AppListenerpublic void config(AppListenerProperty interested)
config 在接口中 AppListenerpublic void onAppStarted(ConsoleConfig config)
onAppStarted 在接口中 AppListeneronAppStarted 在接口中 AppListenerAdapterconfig - 系统装配完命令,已获取配置类,监听此事件可以获取这个配置类public String info()
info 在接口中 AppListenerCopyright © 2021. All rights reserved.