package de.ctdo.crashtest.irc; public interface IIrcClient { void say(String message); void addListener(IRCEventListener listenerIRC); }