ircbot

Class IRCEvent

Implemented Interfaces:
Comparable

public class IRCEvent
extends java.lang.Object
implements Comparable

Constructor Summary

IRCEvent(IRCChannel ch, IRCBotModule mod, long time)

Method Summary

String
activateEvent()
int
compareTo(IRCEvent event)
long
getActivationTime()
IRCChannel
getChannel()
IRCBotModule
getModule()
String
toString()

Constructor Details

IRCEvent

public IRCEvent(IRCChannel ch,
                IRCBotModule mod,
                long time)

Method Details

activateEvent

public String activateEvent()

compareTo

public int compareTo(IRCEvent event)

getActivationTime

public long getActivationTime()

getChannel

public IRCChannel getChannel()

getModule

public IRCBotModule getModule()

toString

public String toString()