All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dst.client.cmd.TableHandler Maven / Gradle / Ivy

The newest version!
package org.dst.client.cmd;

import org.dst.client.DefaultDstClient;

public class TableHandler extends Handler {

  public TableHandler(DefaultDstClient client) {
    super(client);
  }

  //TODO(jyx)
  @Override
  public ClientResult getCmdResult(String[] cmd) {
    return null;
  }

  @Override
  public ClientResult apply(DstCommandWithType commandWithType) {
    return getCmdResult(commandWithType.getCommand());
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy