Package de.kosi.chat

de.kosi.chat contains all classes used for the KoSI chat.

See:
          Description

Interface Summary
ChatChannel ChatChannel is the interface to all chat channels in KoSI.
ChatListener This interface declares all methods that a ChatListener must implement.
 

Class Summary
ChatChannelImpl This class implements a chat channel.
ChatEvent This is the super class of all chat events that might occur.
JoinChatEvent This event occurs on a chat channel if any user joins the channel.
LeaveChatEvent This event occurs on a chat channel if a user leaves it.
ProxyChatListener This class implements a proxy for the ChatListener.
TextChatEvent This class represents a text message in a chat channel.
 

Exception Summary
ChatException This exception is thrown if a user tries to speak to a channel that he is not member of or only a read only user.
 

Package de.kosi.chat Description

de.kosi.chat contains all classes used for the KoSI chat.