zinger.nibbles
Class Timer.Task

java.lang.Object
  |
  +--zinger.nibbles.Timer.Task
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Timer

protected final class Timer.Task
extends java.lang.Object
implements java.lang.Runnable


Field Summary
private  Timer.Listener task
           
protected  java.lang.Thread thread
           
 
Constructor Summary
protected Timer.Task()
           
 
Method Summary
 void run()
           
protected  boolean setTask(Timer.Listener task)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

task

private Timer.Listener task

thread

protected final java.lang.Thread thread
Constructor Detail

Timer.Task

protected Timer.Task()
Method Detail

setTask

protected boolean setTask(Timer.Listener task)

run

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