Interface Command


  • public interface Command
    Generic command interface.
    • Method Detail

      • execute

        void execute()
        Execute the command.