jerklib.parsers
Class WhoWasParser

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

public class WhoWasParser
extends Object
implements CommandParser


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

WhoWasParser

public WhoWasParser()
Method Detail

createEvent

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