jerklib.parsers
Class AwayParser

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

public class AwayParser
extends Object
implements CommandParser


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

AwayParser

public AwayParser()
Method Detail

createEvent

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