jerklib.parsers
Class NumericErrorParser

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

public class NumericErrorParser
extends Object
implements CommandParser


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

NumericErrorParser

public NumericErrorParser()
Method Detail

createEvent

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