|
jjdh API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PausableScheduledThreadPoolExecutor | |
---|---|
jjdh.opengl.scheduling | This Package provides a framework to schedule commands to run after a given delay (or to execute periodically) and considers that all OpenGL operations have to be called from the same thread. |
Uses of PausableScheduledThreadPoolExecutor in jjdh.opengl.scheduling |
---|
Fields in jjdh.opengl.scheduling declared as PausableScheduledThreadPoolExecutor | |
---|---|
protected PausableScheduledThreadPoolExecutor |
SchedulerManager.glThreadPool
|
protected PausableScheduledThreadPoolExecutor |
Scheduler.threadPool
|
protected PausableScheduledThreadPoolExecutor |
SchedulerManager.updateThreadPool
|
Constructors in jjdh.opengl.scheduling with parameters of type PausableScheduledThreadPoolExecutor | |
---|---|
GLScheduler(PausableScheduledThreadPoolExecutor scheduler,
Scheduler.BehaviorAtPause behaviorOnPause)
|
|
Scheduler(PausableScheduledThreadPoolExecutor threadPool,
Scheduler.BehaviorAtPause behaviorAtPause)
|
|
jjdh API | |||||||||
PREV NEXT | FRAMES NO FRAMES |