Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit
Class Autosave  view Autosave download Autosave.java

java.lang.Object
  extended byorg.gjt.sp.jedit.Autosave
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

class Autosave
extends java.lang.Object
implements java.awt.event.ActionListener

Version:
$Id: Autosave.java,v 1.10 2003/04/15 23:25:48 spestov Exp $

Field Summary
private static javax.swing.Timer timer
           
 
Constructor Summary
private Autosave()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
          This method is invoked when an action occurs.
static void setInterval(int interval)
           
static void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timer

private static javax.swing.Timer timer
Constructor Detail

Autosave

private Autosave()
Method Detail

setInterval

public static void setInterval(int interval)

stop

public static void stop()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener