Class EchoExecutable

  • All Implemented Interfaces:
    Executable

    public class EchoExecutable
    extends Object
    implements Executable
    Really simple implementation of an Executable. This handles the execute and invoke actions. They both just echo back whatever the user types.

    Created by Jeff Gaynor
    on 4/27/23 at 9:56 AM