jerklib.parsers
Class ConnectionCompleteParser

java.lang.Object
  extended by jerklib.parsers.ConnectionCompleteParser
All Implemented Interfaces:
CommandParser

public class ConnectionCompleteParser
extends Object
implements CommandParser


Constructor Summary
ConnectionCompleteParser()
           
 
Method Summary
 ConnectionCompleteEvent createEvent(EventToken token, IRCEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionCompleteParser

public ConnectionCompleteParser()
Method Detail

createEvent

public ConnectionCompleteEvent createEvent(EventToken token,
                                           IRCEvent event)
Specified by:
createEvent in interface CommandParser