org.eclipse.ecf.provider.irc.bot
Class Bot

java.lang.Object
  extended by org.eclipse.ecf.provider.irc.bot.Bot
All Implemented Interfaces:
IIMMessageListener

public class Bot
extends java.lang.Object
implements IIMMessageListener


Constructor Summary
Bot(IBotEntry bot)
           
 
Method Summary
 void handleMessageEvent(IIMMessageEvent event)
          Handle message event (reception of chat, typing, or object message).
protected  void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bot

public Bot(IBotEntry bot)
Method Detail

setup

protected void setup()
              throws ECFException
Throws:
ECFException

handleMessageEvent

public void handleMessageEvent(IIMMessageEvent event)
Description copied from interface: IIMMessageListener
Handle message event (reception of chat, typing, or object message).

Specified by:
handleMessageEvent in interface IIMMessageListener
Parameters:
event - the event instance to handle. Will not be null.