jerklib.examples
Class Example

java.lang.Object
  extended by jerklib.examples.Example
All Implemented Interfaces:
IRCEventListener

public class Example
extends Object
implements IRCEventListener

A simple example that demonsrates how to use JerkLib

Author:
mohadib

Constructor Summary
Example()
           
 
Method Summary
static void main(String[] args)
           
 void receiveEvent(IRCEvent e)
          recieveEvent() - receive IRCEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Example

public Example()
Method Detail

receiveEvent

public void receiveEvent(IRCEvent e)
Description copied from interface: IRCEventListener
recieveEvent() - receive IRCEvents

Specified by:
receiveEvent in interface IRCEventListener
Parameters:
e - IRCEvent the event

main

public static void main(String[] args)