rero.ircfw
public class ChatFramework extends Object
Field Summary | |
---|---|
protected ProtocolHandler | protocol |
Constructor Summary | |
---|---|
ChatFramework() |
Method Summary | |
---|---|
void | addChatListener(ChatListener l) |
void | addTemporaryListener(ChatListener l) |
ProtocolDispatcher | getProtocolDispatcher() |
ProtocolHandler | getProtocolHandler() |
void | injectEvent(String data) Injects a string into the data stream as if it came from the server. parsed in the same
manner. format should be :nick! |
void | storeDataStructures(WeakHashMap centralDataRepository) |