anl.aida.client.widget
Class Animator.ReverseTimerAction

java.lang.Object
  extended by anl.aida.client.widget.Animator.ReverseTimerAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
Animator

private class Animator.ReverseTimerAction
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
private  int index
           
private  int indexIncrement
           
private  int interval
           
private  int minVal
           
 
Constructor Summary
Animator.ReverseTimerAction(AnimatorPropertyBean bean)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

private int index

interval

private int interval

minVal

private int minVal

indexIncrement

private int indexIncrement
Constructor Detail

Animator.ReverseTimerAction

public Animator.ReverseTimerAction(AnimatorPropertyBean bean)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener