org.elite.jdcbot.framework
Class InputThreadTarget

java.lang.Object
  extended by org.elite.jdcbot.framework.DCIO
      extended by org.elite.jdcbot.framework.InputThreadTarget
Direct Known Subclasses:
jDCBot, UploadHandler

public class InputThreadTarget
extends DCIO

Created on 26-May-08

Since:
0.7
Version:
0.1
Author:
AppleGrew

Constructor Summary
InputThreadTarget()
           
 
Method Summary
 void handleCommand(java.lang.String rawcmd)
          Called by InputThread when a command is read from the socket input.
protected  void onDisconnect()
          Called by InputThread on socket disconnection.
 
Methods inherited from class org.elite.jdcbot.framework.DCIO
parseCmdArgs, parseCmdName, parseRawCmd, ReadCommand, ReadCommand, SendCommand, SendCommand, set_IOExceptionMsg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputThreadTarget

public InputThreadTarget()
Method Detail

handleCommand

public void handleCommand(java.lang.String rawcmd)
Called by InputThread when a command is read from the socket input.

Parameters:
rawcmd - The raw command is passed in this argument.

onDisconnect

protected void onDisconnect()
Called by InputThread on socket disconnection.