|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XNapTask | |
---|---|
org.xnap.gui.util | Provides utility classes for common gui tasks. |
org.xnap.util | Provides common utility and preferences classes. |
Uses of XNapTask in org.xnap.gui.util |
---|
Subclasses of XNapTask in org.xnap.gui.util | |
---|---|
class |
SwingSynchronizedTask
|
Uses of XNapTask in org.xnap.util |
---|
Subclasses of XNapTask in org.xnap.util | |
---|---|
static class |
Scheduler.SimpleTimerTask
Provides a simple timer task that executes a runnable. |
Methods in org.xnap.util with parameters of type XNapTask | |
---|---|
static void |
Scheduler.run(long delay,
long interval,
XNapTask task)
Schedules task for execution in delay milli
seconds and from that point for repeated executions
in interval milli seconds. |
static void |
Scheduler.run(long delay,
XNapTask task)
Schedules task for execution in delay milli
seconds. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |