Uses of Interface
com.iohao.net.extension.client.command.CallbackDelegate
Packages that use CallbackDelegate
Package
Description
Provides client-side testing and simulation utilities for sending requests, joining external
servers, and scripting client behavior during local development or pressure testing.
Provides client command abstractions and request command models used by the simulation client
module to build and execute test requests.
-
Uses of CallbackDelegate in com.iohao.net.extension.client
Methods in com.iohao.net.extension.client with parameters of type CallbackDelegateModifier and TypeMethodDescriptionprotected voidAbstractInputCommandRegion.ofListen(CallbackDelegate callback, int subCmd, String title) protected voidAbstractInputCommandRegion.ofListen(CallbackDelegate callback, CmdInfo cmd, String title) -
Uses of CallbackDelegate in com.iohao.net.extension.client.command
Methods in com.iohao.net.extension.client.command that return CallbackDelegateModifier and TypeMethodDescriptionInputCommand.getCallback()Response callback.ListenCommand.getCallback()RequestCommand.getCallback()Response callback.Methods in com.iohao.net.extension.client.command with parameters of type CallbackDelegateModifier and TypeMethodDescriptionInputCommand.callback(CallbackDelegate callback) ListenCommand.setCallback(CallbackDelegate callback) RequestCommand.setCallback(CallbackDelegate callback) Response callback.