pops.ale.engine
Class Ticker

java.lang.Object
  extended by pops.ale.engine.Ticker
All Implemented Interfaces:
java.lang.Runnable

 class Ticker
extends java.lang.Object
implements java.lang.Runnable

Tickker thread.

Author:
rdagher

Field Summary
(package private)  boolean alive
           
(package private)  PeriodSemaphore period
           
 
Constructor Summary
Ticker()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

period

PeriodSemaphore period

alive

boolean alive
Constructor Detail

Ticker

Ticker()
Method Detail

run

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