
com.harium.suneidesis.chat.ChatBox Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Project to represent knowledge
The newest version!
package com.harium.suneidesis.chat;
import com.harium.suneidesis.chat.output.Output;
public interface ChatBox {
void init();
void addParser(Parser parser);
void addInterceptor(Interceptor interceptor);
void sendMessage(String channel, String message);
void setOutput(Output output);
Output getOutput();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy