jerklib.parsers
Class InviteParser

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

public class InviteParser
extends Object
implements CommandParser


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

InviteParser

public InviteParser()
Method Detail

createEvent

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