Package org.oddjob

Class OddjobShutdownThread

java.lang.Object
java.lang.Thread
org.oddjob.OddjobShutdownThread
All Implemented Interfaces:
Runnable

public abstract class OddjobShutdownThread extends Thread
A marker class so jobs know they are being stopped by the a shutdown hook. This is an issue for Explorer that would otherwise do a frame.dispose() it hangs and I don't know why. Answers on a postcard please.
Author:
rob
  • Constructor Details

    • OddjobShutdownThread

      public OddjobShutdownThread()