| Package | com.yahoo.webapis.answers.events |
| Class | public class AnswersResultEvent |
| Inheritance | AnswersResultEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| data : Object
Data
| AnswersResultEvent | ||
| success : Boolean
True if the event is the result of a successful call,
False if the call failed
| AnswersResultEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
AnswersResultEvent(type:String, inData:Object)
Constructs a new FlickrResultEvent
| AnswersResultEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| GET_ANSWERS_RESULT : String = "getAnswersResult" [static]
| AnswersResultEvent | ||
| GET_COMMENTS_RESULT : String = "getCommentsResult" [static]
| AnswersResultEvent | ||
| GET_QUESTION_RESULT : String = "getQuestionResult" [static]
| AnswersResultEvent | ||
| SEARCH_BY_CATEGORY_RESULT : String = "searchByCategoryResult" [static]
| AnswersResultEvent | ||
| SEARCH_BY_QUERY_RESULT : String = "searchByQueryResult" [static] Constant for the event types.
| AnswersResultEvent | ||
| SEARCH_BY_USER_RESULT : String = "searchByUserResult" [static]
| AnswersResultEvent | ||
| data | property |
data:Object [read-write]Data
Implementation public function get data():Object
public function set data(value:Object):void
| success | property |
public var success:BooleanTrue if the event is the result of a successful call, False if the call failed
| AnswersResultEvent | () | constructor |
public function AnswersResultEvent(type:String, inData:Object)Constructs a new FlickrResultEvent
Parameterstype:String |
|
inData:Object |
| GET_ANSWERS_RESULT | constant |
public static const GET_ANSWERS_RESULT:String = "getAnswersResult"
| GET_COMMENTS_RESULT | constant |
public static const GET_COMMENTS_RESULT:String = "getCommentsResult"
| GET_QUESTION_RESULT | constant |
public static const GET_QUESTION_RESULT:String = "getQuestionResult"
| SEARCH_BY_CATEGORY_RESULT | constant |
public static const SEARCH_BY_CATEGORY_RESULT:String = "searchByCategoryResult"
| SEARCH_BY_QUERY_RESULT | constant |
public static const SEARCH_BY_QUERY_RESULT:String = "searchByQueryResult"Constant for the event types.
| SEARCH_BY_USER_RESULT | constant |
public static const SEARCH_BY_USER_RESULT:String = "searchByUserResult"