javax.swing
Class Autoscroller.AutoScrollTimerAction

java.lang.Object
  extended byjavax.swing.Autoscroller.AutoScrollTimerAction
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
Autoscroller

class Autoscroller.AutoScrollTimerAction
extends Object
implements ActionListener


Constructor Summary
(package private) Autoscroller.AutoScrollTimerAction()
           
 
Method Summary
 void actionPerformed(ActionEvent x)
          Invoked when an action occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Autoscroller.AutoScrollTimerAction

Autoscroller.AutoScrollTimerAction()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent x)
Description copied from interface: ActionListener
Invoked when an action occurs.

Specified by:
actionPerformed in interface ActionListener