Module java4ever.binding
Package tech.deplant.java4ever.binding
Interface Debot.ParamsOfAppDebotBrowser
- All Known Implementing Classes:
Debot.ParamsOfAppDebotBrowser.Approve
,Debot.ParamsOfAppDebotBrowser.GetSigningBox
,Debot.ParamsOfAppDebotBrowser.Input
,Debot.ParamsOfAppDebotBrowser.InvokeDebot
,Debot.ParamsOfAppDebotBrowser.Log
,Debot.ParamsOfAppDebotBrowser.Send
,Debot.ParamsOfAppDebotBrowser.ShowAction
,Debot.ParamsOfAppDebotBrowser.Switch
,Debot.ParamsOfAppDebotBrowser.SwitchCompleted
- Enclosing class:
Debot
public static sealed interface Debot.ParamsOfAppDebotBrowser
permits Debot.ParamsOfAppDebotBrowser.Log, Debot.ParamsOfAppDebotBrowser.Switch, Debot.ParamsOfAppDebotBrowser.SwitchCompleted, Debot.ParamsOfAppDebotBrowser.ShowAction, Debot.ParamsOfAppDebotBrowser.Input, Debot.ParamsOfAppDebotBrowser.GetSigningBox, Debot.ParamsOfAppDebotBrowser.InvokeDebot, Debot.ParamsOfAppDebotBrowser.Send, Debot.ParamsOfAppDebotBrowser.Approve
Called by debot engine to communicate with debot browser. [UNSTABLE](UNSTABLE.md) Debot Browser callbacks
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
Requests permission from DeBot Browser to execute DeBot operation.static final record
Signing box returned is owned and disposed by debot engine Get signing box to sign data.static final record
Request user input.static final record
Execute action of another debot.static final record
Print message to user.static final record
Used by Debot to call DInterface implemented by Debot Browser.static final record
Show action to the user.static final record
Switch debot to another context (menu).static final record
Notify browser that all context actions are shown.