jerklib.parsers
Class NickInUseParser

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

public class NickInUseParser
extends Object
implements CommandParser


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

Constructor Detail

NickInUseParser

public NickInUseParser()
Method Detail

createEvent

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