|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskListener | |
---|---|
ca.spaz.cron | |
ca.spaz.cron.ui | |
ca.spaz.cron.user | |
ca.spaz.task |
Uses of TaskListener in ca.spaz.cron |
---|
Classes in ca.spaz.cron that implement TaskListener | |
---|---|
class |
CRONOMETER
The main app. |
class |
SplashScreen
|
Methods in ca.spaz.cron with parameters of type TaskListener | |
---|---|
void |
SplashScreen.addTaskListener(TaskListener tl)
Adds a task listener to this object to receive events on a task's progress. |
void |
SplashScreen.removeTaskListener(TaskListener tl)
Remove a task listener from the TaskBar |
Uses of TaskListener in ca.spaz.cron.ui |
---|
Classes in ca.spaz.cron.ui that implement TaskListener | |
---|---|
class |
USDAImportDialog
This dialog encapsulates the behaviour involved in downloading and installing the USDA NR17 food info database. |
Uses of TaskListener in ca.spaz.cron.user |
---|
Classes in ca.spaz.cron.user that implement TaskListener | |
---|---|
class |
USDAImportWizardPanel
|
Uses of TaskListener in ca.spaz.task |
---|
Methods in ca.spaz.task with parameters of type TaskListener | |
---|---|
void |
TaskBar.addTaskListener(TaskListener tl)
Adds a task listener to this object to receive events on a task's progress. |
void |
TaskBar.removeTaskListener(TaskListener tl)
Remove a task listener from the TaskBar |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |