arjen
This commit is contained in:
@@ -14,6 +14,14 @@ import java.net.URL;
|
||||
import java.util.*;
|
||||
import java.util.function.Consumer;
|
||||
|
||||
/*
|
||||
* @author Mark Pollack
|
||||
* @author Christian Tzolov
|
||||
* @author Josh Long
|
||||
* @author Arjen Poutsma
|
||||
*
|
||||
*/
|
||||
|
||||
public interface ChatClient {
|
||||
static ChatClientBuilder builder(ChatConnector connector) {
|
||||
return new ChatClientBuilder(connector);
|
||||
|
||||
@@ -15,6 +15,7 @@ import java.util.function.Consumer;
|
||||
* @author Mark Pollack
|
||||
* @author Christian Tzolov
|
||||
* @author Josh Long
|
||||
* @author Arjen Poutsma
|
||||
*/
|
||||
|
||||
public class DefaultChatClient implements ChatClient {
|
||||
|
||||
Reference in New Issue
Block a user