package com.jotuntech.sketcher.server; import com.jotuntech.sketcher.common.Streamable; public interface Command extends Streamable { public int perform(Server server, Connection connection); }