Packagecom.godpaper.as3.tasks
Classpublic class UpdateZobristKeysTask
InheritanceUpdateZobristKeysTask Inheritance Task Inheritance flash.events.EventDispatcher

UpdateZobristKeysTask.as class.

See also

http://mediocrechess.blogspot.com/2007/01/guide-zobrist-keys.html


Public Properties
 PropertyDefined By
 InheritedcurrentState : String
[read-only]
Task
 Inheritedenabled : Boolean
Task
 Inheritedlabel : String
Task
Public Methods
 MethodDefined By
  
UpdateZobristKeysTask
 Inherited
start():void
Task
Protected Methods
 MethodDefined By
 Inherited
complete():void
This should be called by a concrete sub-class to indicate that the task has been completed.
Task
 Inherited
fault(message:String = null):void
This should be called by a concrete sub-class to indicate that the task has been halted due to a fault.
Task
  
[override]
UpdateZobristKeysTask
Events
 Event Summary Defined By
 InheritedTask
 InheritedTask
 InheritedTask
 InheritedTask
Constructor Detail
UpdateZobristKeysTask()Constructor
public function UpdateZobristKeysTask(conductVO:ConductVO)



Parameters
conductVO:ConductVO
Method Detail
performTask()method
override protected function performTask():void