com.ircclouds.irc.api.ICommandServer Maven / Gradle / Ivy
package com.ircclouds.irc.api;
import java.io.*;
import com.ircclouds.irc.api.commands.*;
public interface ICommandServer
{
void execute(ICommand aCommand) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy