Packageorg.unbland.exterior.thread.threads.net.flickr
Classpublic class FlickrPeopleGetInfoThread
InheritanceFlickrPeopleGetInfoThread Inheritance org.libspark.thread.Thread
Implementsorg.libspark.thread.utils.IProgressNotifier



Public Properties
 PropertyDefined by
  data : FlickrPerson
[read-only] 検索により所得したデータです.
FlickrPeopleGetInfoThread
  progress : IProgress
[read-only]
FlickrPeopleGetInfoThread
Public Methods
 MethodDefined by
  
新しい FlickrPeopleGetInfoThread インスタンスを作成します.
FlickrPeopleGetInfoThread
  
cancel():void
検索処理をキャンセルします.
FlickrPeopleGetInfoThread
Property detail
dataproperty
data:FlickrPerson  [read-only]

検索により所得したデータです.

Implementation
    public function get data():FlickrPerson
progressproperty 
progress:IProgress  [read-only]

Implementation
    public function get progress():IProgress
Constructor detail
FlickrPeopleGetInfoThread()constructor
public function FlickrPeopleGetInfoThread(userId:String)

新しい FlickrPeopleGetInfoThread インスタンスを作成します.

Parameters
userId:String — 検索したいユーザーの ID です.
Method detail
cancel()method
public function cancel():void

検索処理をキャンセルします.