Packagecom.godpaper.as3.tasks
Classpublic class CreateChessPieceTask
InheritanceCreateChessPieceTask Inheritance ChessTaskBase Inheritance Task Inheritance flash.events.EventDispatcher

ChessTaskBase.as class.



Public Properties
 PropertyDefined By
 InheritedcurrentState : String
[read-only]
Task
 Inheritedenabled : Boolean
Task
 Inheritedfactory : Class
ChessTaskBase
 Inheritedlabel : String
Task
Public Methods
 MethodDefined By
  
CreateChessPieceTask(factory:Class = null)
CreateChessPieceTask
 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]
CreateChessPieceTask
Events
 Event Summary Defined By
 InheritedTask
 InheritedTask
 InheritedTask
 InheritedTask
Constructor Detail
CreateChessPieceTask()Constructor
public function CreateChessPieceTask(factory:Class = null)



Parameters
factory:Class (default = null)
Method Detail
performTask()method
override protected function performTask():void