jerklib.examples
Class DefaultListenerExample

java.lang.Object
  extended by jerklib.listeners.DefaultIRCEventListener
      extended by jerklib.examples.DefaultListenerExample
All Implemented Interfaces:
Runnable, IRCEventListener

public class DefaultListenerExample
extends DefaultIRCEventListener
implements Runnable


Constructor Summary
DefaultListenerExample()
           
 
Method Summary
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class jerklib.listeners.DefaultIRCEventListener
receiveEvent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultListenerExample

public DefaultListenerExample()
Method Detail

run

public void run()
Specified by:
run in interface Runnable

main

public static void main(String[] args)