org.trypticon.snipsnap.bot
Interface BotComponent

All Superinterfaces:
org.trypticon.xmpp.bot.Bot, org.snipsnap.container.Component, org.picocontainer.lifecycle.Startable, org.picocontainer.lifecycle.Stoppable
All Known Implementing Classes:
DefaultBotComponent

public interface BotComponent
extends org.trypticon.xmpp.bot.Bot, org.snipsnap.container.Component, org.picocontainer.lifecycle.Startable, org.picocontainer.lifecycle.Stoppable

Bot component interface.


Method Summary
 
Methods inherited from interface org.trypticon.xmpp.bot.Bot
getRoster, start, stop
 
Methods inherited from interface org.picocontainer.lifecycle.Startable
start
 
Methods inherited from interface org.picocontainer.lifecycle.Stoppable
stop