Uses of Class
org.jasen.thread.StoppableThread

Packages that use StoppableThread
org.jasen.thread   
org.jasen.update   
org.jasen.util   
 

Uses of StoppableThread in org.jasen.thread
 

Subclasses of StoppableThread in org.jasen.thread
 class ControlledThread
           A simple thread implementation which provides the capability to be stopped.
 

Uses of StoppableThread in org.jasen.update
 

Subclasses of StoppableThread in org.jasen.update
 class JasenAutoUpdateNotifier
           The JasenAutoUpdateNotifier is an asynchronous thread which is responsible for recording event notifications sent from the JasenAutoUpdater.
 class JasenAutoUpdater
           The auto updater is a thread which continuously runs and at regular intervals checks the update site for engine updates.
 class JasenAutoUpdateReaper
           The reaper monitors the auto updater thread and will kill it if it thinks it's stuck in an update cycle.
 

Uses of StoppableThread in org.jasen.util
 

Methods in org.jasen.util with parameters of type StoppableThread
static boolean ThreadUtils.forceFinish(StoppableThread thread, long timeout)
          Requests a stop on the thread and forces an interrupt if the thread did not die within the given timeout.