game.libraries.gui
Class Animator

java.lang.Object
  |
  +--game.libraries.gui.Animator
All Implemented Interfaces:
java.lang.Runnable

public class Animator
extends java.lang.Object
implements java.lang.Runnable

Class to provide animation.


Nested Class Summary
static interface Animator.Action
          Interface for action.
 
Constructor Summary
Animator(long _wait, Animator.Action _action)
          Constructor.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Animator

public Animator(long _wait,
                Animator.Action _action)
Constructor.

Parameters:
_wait - time to wait.
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable