Interface CommandExecutionListener


  • public interface CommandExecutionListener
    Listen to command execution.

    Use this listener to get command result.

    Author:
    Jiri Bubnik
    • Method Detail

      • commandExecuted

        void commandExecuted​(Object result)
        Command was executed and the method returned result (or null for void methods).
        Parameters:
        result - result of target method invocation.