jerklib.parsers
Class TopicUpdatedParser

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

public class TopicUpdatedParser
extends Object
implements CommandParser


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

TopicUpdatedParser

public TopicUpdatedParser()
Method Detail

createEvent

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