Uses of Interface
jerklib.events.TopicEvent

Packages that use TopicEvent
jerklib Package contains classes for working with the IRC protocol and IRC servers. 
jerklib.events.impl Package contains all the event implementations 
 

Uses of TopicEvent in jerklib
 

Methods in jerklib with parameters of type TopicEvent
 void Channel.setTopicEvent(TopicEvent topicEvent)
          This method should only be used internally
 

Uses of TopicEvent in jerklib.events.impl
 

Classes in jerklib.events.impl that implement TopicEvent
 class TopicEventImpl