org.alicebot.server.core
Interface BotProcess

All Superinterfaces:
java.lang.Runnable
All Known Subinterfaces:
AliceCompatibleHttpServer
All Known Implementing Classes:
AliceAIM, AliceChatListener, AliceICQ, AliceIRC, JettyWrapper

public interface BotProcess
extends java.lang.Runnable

Specifies the interface for any process that can be managed in a separate thread by the bot.


Method Summary
 void shutdown()
          Shuts down the process.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

shutdown

void shutdown()
Shuts down the process.