net.sf.ircappender.impl
Class NameListCompleteResponse

java.lang.Object
  extended by net.sf.ircappender.impl.NameListCompleteResponse

public class NameListCompleteResponse
extends java.lang.Object

detects that the joining to the channel completed

Author:
hendrik

Constructor Summary
NameListCompleteResponse()
           
 
Method Summary
 void handleResponse(IrcConnection ircConnection, java.lang.String line)
          handles an IRC server response
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameListCompleteResponse

public NameListCompleteResponse()
Method Detail

handleResponse

public void handleResponse(IrcConnection ircConnection,
                           java.lang.String line)
handles an IRC server response

Parameters:
ircConnection - connection to the irc server
line - line sent by the server