Uses of Interface
org.jasen.interfaces.Stoppable

Packages that use Stoppable
org.jasen.thread   
org.jasen.update   
 

Uses of Stoppable in org.jasen.thread
 

Classes in org.jasen.thread that implement Stoppable
 class ControlledThread
           A simple thread implementation which provides the capability to be stopped.
 class StoppableThread
           Represents a "stoppable" thread.
 

Uses of Stoppable in org.jasen.update
 

Classes in org.jasen.update that implement Stoppable
 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.