jerklib.parsers
Class NamesParser

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

public class NamesParser
extends Object
implements CommandParser

Author:
mohadib

Constructor Summary
NamesParser()
           
 
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

NamesParser

public NamesParser()
Method Detail

createEvent

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