public class AutoSave
extends java.lang.Thread
| Constructor and Description |
|---|
AutoSave(JextFrame parent)
Starts the auto save thread.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize()
Patch
-> Memory management improvements : it may help the garbage collector.
|
static int |
getInterval()
Returns the intervale, in seconds, between each save.
|
void |
run() |
static void |
setInterval(int newInterval)
Sets the interval, in seconds, between each save.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic AutoSave(JextFrame parent)
public static int getInterval()
public static void setInterval(int newInterval)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.ThrowableCopyright ? 2002 Romain Guy.