Uses of Interface
com.notuvy.thread.ThreadControllable

Packages that use ThreadControllable
com.notuvy.thread   
 

Uses of ThreadControllable in com.notuvy.thread
 

Classes in com.notuvy.thread that implement ThreadControllable
 class ContinuousExecution
          Basically an infinite loop with a sleep period (to avoid CPU saturation).
 class IdleMonitor
          A utility to perform periodic task which are keyed off a given amount of idle time.
 class ThreadWorker
          A separate thread engine that executes a given Runnable.
 

Methods in com.notuvy.thread with parameters of type ThreadControllable
 void ThreadControlGroup.add(ThreadControllable pControllable)
           
 



Copyright © 2013. All Rights Reserved.