com.uwyn.drone.core
Class BotsRunner
java.lang.Object
   java.lang.Thread
java.lang.Thread
       com.uwyn.drone.core.BotsRunner
com.uwyn.drone.core.BotsRunner
- All Implemented Interfaces: 
- BotListener, Runnable
- public class BotsRunner- extends Thread- implements BotListener
 
 
 
 
| Methods inherited from class java.lang.Thread | 
| activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield | 
 
 
BotsRunner
public BotsRunner(Collection bots)
getRepInstance
public static BotsRunner getRepInstance()
- 
 
- 
 
getBots
public Collection getBots()
- 
 
- 
 
run
public void run()
- 
- Specified by:
- runin interface- Runnable
 
- 
 
loggedOff
public void loggedOff(Bot bot)
- 
- Specified by:
- loggedOffin interface- BotListener
 
- 
 
loggedOn
public void loggedOn(Bot bot)
- 
- Specified by:
- loggedOnin interface- BotListener
 
- 
 
nickChanged
public void nickChanged(Bot bot)
- 
- Specified by:
- nickChangedin interface- BotListener
 
- 
 
nickInUse
public void nickInUse(Bot bot,
                      String nick)
- 
- Specified by:
- nickInUsein interface- BotListener
 
- 
 
connectionError
public void connectionError(Bot bot,
                            Throwable e)
- 
- Specified by:
- connectionErrorin interface- BotListener
 
- 
 
addBotsRunnerListener
public boolean addBotsRunnerListener(BotsRunnerListener listener)
- 
 
- 
 
removeBotsRunnerListener
public boolean removeBotsRunnerListener(BotsRunnerListener listener)
- 
 
- 
 
Copyright © 2002-2005 Uwyn bvba/sprl. All Rights Reserved.