|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.TimerTask f00f.net.irc.martyr.TimerTaskCommand
public class TimerTaskCommand
This class delays sending a command to the IRC connection.
Constructor Summary | |
---|---|
TimerTaskCommand(IRCConnection conn,
OutCommand cmd)
|
Method Summary | |
---|---|
boolean |
cancel()
|
boolean |
isScheduled()
|
void |
run()
|
Methods inherited from class java.util.TimerTask |
---|
scheduledExecutionTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimerTaskCommand(IRCConnection conn, OutCommand cmd)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
public boolean cancel()
cancel
in class java.util.TimerTask
public boolean isScheduled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |