public interface ShellObserver
BurlapShell
ShellCommand
execution
completion.Modifier and Type | Interface and Description |
---|---|
static class |
ShellObserver.ShellCommandEvent
Stores information about a command event in various public data members.
|
Modifier and Type | Method and Description |
---|---|
void |
observeCommand(BurlapShell shell,
ShellObserver.ShellCommandEvent event)
Received whenever a
ShellCommand completes execution. |
void observeCommand(BurlapShell shell, ShellObserver.ShellCommandEvent event)
ShellCommand
completes execution.shell
- the calling BurlapShell
event
- the command event, stored as a ShellObserver.ShellCommandEvent