public abstract class OnceTaskImpl extends TaskImpl
TaskImpl
that only executes once
as it cancels itself out of the task queue once completed,
even if it fails (= throws an Exception
).Constructor and Description |
---|
OnceTaskImpl(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
receiveEvent(IRCEvent e)
recieveEvent() - receive IRCEvents
|
abstract void |
receiveEventOnce(IRCEvent e)
Process the
IRCEvent , once. |
addTaskListener, cancel, getName, getTaskListeners, isCanceled, removeTaskListener