jerklib.parsers
Class TopicParser

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

public class TopicParser
extends Object
implements CommandParser


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

TopicParser

public TopicParser()
Method Detail

createEvent

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