Uses of Class
com.web_visage.ichat.IChatBotProperties

Packages that use IChatBotProperties
com.web_visage.ichat   
com.web_visage.ircha.services   
 

Uses of IChatBotProperties in com.web_visage.ichat
 

Methods in com.web_visage.ichat that return IChatBotProperties
 IChatBotProperties IChatServiceBot.getProperties()
           
 

Constructors in com.web_visage.ichat with parameters of type IChatBotProperties
IChatServiceBot(IChatBotProperties aProperties, IChatMessageFactory messageFactory)
          Constructor.
 

Uses of IChatBotProperties in com.web_visage.ircha.services
 

Methods in com.web_visage.ircha.services that return IChatBotProperties
 IChatBotProperties IrChaProperties.getBotprops()
          Returns the botprops.
 

Constructors in com.web_visage.ircha.services with parameters of type IChatBotProperties
IrChaProperties(GateProperties gateprops, IChatBotProperties botprops, java.lang.String loginipath, IChatMessageFactory messageFactory)
          Constructor.