Event
        
    Table of Contents
    
    
        Classes
        
    
    
                    - ConsoleAlarmEvent
 - Allows to inspect input and output of a command.
             - ConsoleCommandEvent
 - Allows to do things before the command is executed, like skipping the command or executing code before the command is
going to be executed.
             - ConsoleErrorEvent
 - Allows to handle throwables thrown while running a command.
             - ConsoleEvent
 - Allows to inspect input and output of a command.
             - ConsoleSignalEvent
 - Allows to inspect input and output of a command.
             - ConsoleTerminateEvent
 - Allows to manipulate the exit code of a command after its execution.