Deprecated API


Contents
Deprecated Classes
com.isti.util.gui.SynchJList
          Having thread-synchronization blocks on Swing objects is not recommended because if a thread holds the object's lock and then calls a Swing method that requires the AWT-tree-lock a deadlock can occur if the AWT event-dispatch thread holds the AWT-tree-lock and requires the object's lock (for repaint, etc). See 'SortedValuesJList' for an example of how this should be done. 
 

Deprecated Methods
com.isti.util.IstiEpoch.getIntEpoch()
          This only supports up to the year 2038, use IstiEpoch.getIntEpochSeconds(). 
com.isti.util.IstiNotifyThread.sleep(long)
          Use 'waitForNotify()' instead. 
com.isti.util.FileDownloader.terminate()
          Should use the terminateThread method instead.