Packagejp.seagirl.genius.threads
Classpublic class GeniusThread
InheritanceGeniusThread Inheritance org.libspark.thread.Thread
SubclassesFileUploadServiceThread, URLLoaderServiceThread

Genius Framework のための Thread クラスの拡張です。



Protected Properties
 PropertyDefined by
  data : Object
汎用的なデータオブジェクトです.
GeniusThread
Public Methods
 MethodDefined by
  
startWithData(data:Object):void
汎用的なデータを保持しながら、Thread を開始するためのメソッドです.
GeniusThread
Property detail
dataproperty
protected var data:Object

汎用的なデータオブジェクトです.

Method detail
startWithData()method
public function startWithData(data:Object):void

汎用的なデータを保持しながら、Thread を開始するためのメソッドです.

Parameters
data:Object — 汎用的なデータオブジェクト