Uses of Interface
org.eclipse.ecf.presence.bot.IChatRoomBotEntry

Packages that use IChatRoomBotEntry
org.eclipse.ecf.presence.bot   
org.eclipse.ecf.presence.bot.impl   
 

Uses of IChatRoomBotEntry in org.eclipse.ecf.presence.bot
 

Methods in org.eclipse.ecf.presence.bot with parameters of type IChatRoomBotEntry
 void IChatRoomMessageHandler.init(IChatRoomBotEntry robot)
          Initialize robot with robot entry data.
 

Uses of IChatRoomBotEntry in org.eclipse.ecf.presence.bot.impl
 

Fields in org.eclipse.ecf.presence.bot.impl declared as IChatRoomBotEntry
protected  IChatRoomBotEntry ChatRoomBot.bot
           
 

Methods in org.eclipse.ecf.presence.bot.impl with parameters of type IChatRoomBotEntry
 void EmptyChatRoomMessageHandler.init(IChatRoomBotEntry robot)
           
 

Constructors in org.eclipse.ecf.presence.bot.impl with parameters of type IChatRoomBotEntry
ChatRoomBot(IChatRoomBotEntry bot)