uk.co.keang.sudoku
Class SolutionPanel.Player

java.lang.Object
  extended by uk.co.keang.sudoku.SolutionPanel.Player
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SolutionPanel

 class SolutionPanel.Player
extends java.lang.Object
implements java.lang.Runnable

A Player for events lists. This runs on a background thread to free up the event thread

Author:
A.G.Docherty

Constructor Summary
SolutionPanel.Player()
           
 
Method Summary
 void init()
           
 void pause(boolean state)
           
 void play()
           
 void run()
           
 void setIndex(int i)
           
 void singleStep()
           
 void stop()
           
 void term()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolutionPanel.Player

public SolutionPanel.Player()
Method Detail

play

public void play()

pause

public void pause(boolean state)

stop

public void stop()

singleStep

public void singleStep()

setIndex

public void setIndex(int i)

init

public void init()

term

public void term()

run

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