| java.lang.Object org.isqlviewer.util.LoggableObject org.isqlviewer.util.AsynchronousBookmarkSaver
AsynchronousBookmarkSaver | public class AsynchronousBookmarkSaver extends LoggableObject implements Runnable(Code) | | Runnable code for saving bookmark information in a seperate thread.
Allows the saving of bookmarks to disk an asynchronous operation.
author: Mark A. Kobold <mkobold at isqlviewer dot com> version: 1.0 |
Method Summary | |
public void | run() |
AsynchronousBookmarkSaver | public AsynchronousBookmarkSaver(BookmarkFolder rootFolder, File bookmarksFile)(Code) | | Creates a bookmark saver to the specified file location, using the given folder.
Parameters: rootFolder - bookmark folder to save. Parameters: bookmarksFile - the location to save the bookmark folder too. |
|
|