com.golden.gamedev.object
Class Timer

java.lang.Object
  |
  +--com.golden.gamedev.object.Timer

public class Timer
extends Object


Constructor Summary
Timer(int delay)
           
 
Method Summary
 boolean action()
           
 int getDelay()
           
 boolean isActive()
           
 void refresh()
           
 void setActive(boolean b)
           
 void setDelay(int i)
           
 void setEqual(Timer other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer(int delay)
Method Detail

isActive

public boolean isActive()

setActive

public void setActive(boolean b)

getDelay

public int getDelay()

setDelay

public void setDelay(int i)

refresh

public void refresh()

action

public boolean action()

setEqual

public void setEqual(Timer other)