Package laur.tools

Interface Summary
ThreadMonitor This interface is implemented by classes who are interested in monitoring a thread.
 

Class Summary
AbortableThread This abstract class offers a general mechanism for thread abortion.
MonitoredThread This abstract class allows a class that implements ThreadMonitor to be notified of the termination of this thread.
Timer This class implements a timer.
 

Exception Summary
AbortThreadRequest AbortThreadRequest is the exception thrown in a thread when the user requested that its execution be aborted.