Uses of Class
com.web_visage.ichat.IChatServiceBot

Packages that use IChatServiceBot
com.web_visage.ichat   
com.web_visage.ircha.launcher   
com.web_visage.ircha.services   
 

Uses of IChatServiceBot in com.web_visage.ichat
 

Constructors in com.web_visage.ichat with parameters of type IChatServiceBot
DefaultServiceThreadGroup(IChatServiceBot serviceBot, IChatSender sender, IncomingMessageQueue incomingMessageQueue, OutgoingMessagesQueue outgoingMessageQueue, IChatMessageFactory messageFactory, IChatReader reader, IChatWriter writer, IChatUserList userList)
          Constructor.
IChatBotMessageHandler(IChatServiceBot aServiceBot)
          Constructor.
 

Uses of IChatServiceBot in com.web_visage.ircha.launcher
 

Constructors in com.web_visage.ircha.launcher with parameters of type IChatServiceBot
IChatServiceBotConnectThread(IChatServiceBot aServiceBot)
          Constructor.
 

Uses of IChatServiceBot in com.web_visage.ircha.services
 

Constructors in com.web_visage.ircha.services with parameters of type IChatServiceBot
IChatIRCGateService(IChatServiceBot anIChatBot, GateProperties aProperties, IChatMessageFactory messageFactory)
          Constructor.
VirtualUsersRefreshThread(IChatUserList aVirtualUsers, IChatServiceBot aServiceBot, java.lang.String aVirtLine)
          Constructor.