public class Example extends java.lang.Object implements IRCEventListener
Constructor and Description |
---|
Example() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
receiveEvent(IRCEvent e)
recieveEvent() - receive IRCEvents
|
public void receiveEvent(IRCEvent e)
IRCEventListener
receiveEvent
in interface IRCEventListener
e
- IRCEvent the event
public static void main(java.lang.String[] args)