Interface ILayerCommandHandler<T extends ILayerCommand>

    • Method Detail

      • getCommandClass

        Class<T> getCommandClass()
      • doCommand

        boolean doCommand​(ILayer targetLayer,
                          T command)
        Parameters:
        targetLayer - the target layer
        command - the command
        Returns:
        true if the command has been handled, false otherwise