Interface Implementation


public interface Implementation
  • Method Details

    • registerCommand

      void registerCommand(IBaseCommand command)
    • unregisterCommand

      void unregisterCommand(String name)
    • unregisterCommand

      default void unregisterCommand(IBaseCommand command)