Uses of Interface
com.sshtools.client.tasks.ShellTask.ShellTaskEvent
Packages that use ShellTask.ShellTaskEvent
-
Uses of ShellTask.ShellTaskEvent in com.sshtools.client.tasks
Methods in com.sshtools.client.tasks with parameters of type ShellTask.ShellTaskEventModifier and TypeMethodDescriptionShellTask.ShellTaskBuilder.onBeforeOpen
(ShellTask.ShellTaskEvent onStartShell) Set a callback to run before the opening of the shell.ShellTask.ShellTaskBuilder.onBeforeTask
(ShellTask.ShellTaskEvent onBeforeTask) Set a callback to run when the command has been executed.ShellTask.ShellTaskBuilder.onClose
(ShellTask.ShellTaskEvent onClose) Set a callback to run when the shell is closed.ShellTask.ShellTaskBuilder.onOpen
(ShellTask.ShellTaskEvent onTask) Deprecated.ShellTask.ShellTaskBuilder.onTask
(ShellTask.ShellTaskEvent onTask) Set a callback to run when the command has been executed.