jerklib.parsers
Class WhoParser

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

public class WhoParser
extends Object
implements CommandParser


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

WhoParser

public WhoParser()
Method Detail

createEvent

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