| Package | com.godpaper.as3.tasks |
| Class | public class FillInPiecesBoxTask |
| Inheritance | FillInPiecesBoxTask ChessTaskBase Task flash.events.EventDispatcher |
| Method | Defined By | ||
|---|---|---|---|
![]() | complete():void
This should be called by a concrete sub-class to indicate that the
task has been completed. | Task | |
![]() | 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 | |
getRandomX(sponsor:PiecesBox):Number | FillInPiecesBoxTask | ||
getRandomY(sponsor:PiecesBox):Number | FillInPiecesBoxTask | ||
performTask():void [override] | FillInPiecesBoxTask | ||