| Package | com.yahoo.social.events |
| Class | public class YahooResultEvent |
| Inheritance | YahooResultEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| data : Object
The event data object.
| YahooResultEvent | ||
| Property | Defined by | ||
|---|---|---|---|
| $data : Object
The event data object.
| YahooResultEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
YahooResultEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new YahooEvent object.
| YahooResultEvent | ||
|
clone():Event
Duplicates an instance of an YahooResultEvent class.
| YahooResultEvent | ||
|
toString():String
Returns a string containing all the properties of the Event object.
| YahooResultEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| GET_ACCESS_TOKEN_FAILURE : String = "getAccessTokenFailure" [static]
Constant defining the name of the event fired when the
getAccessToken request encounters an error. | YahooResultEvent | ||
| GET_ACCESS_TOKEN_SUCCESS : String = "getAccessTokenSuccess" [static]
Constant defining the name of the event fired when the
getAccessToken request completes. | YahooResultEvent | ||
| GET_CONNECTION_PROFILES_FAILURE : String = "getConnectionProfilesFailure" [static]
Constant defining the name of the event fired when the
getConnectionProfiles request encounters an error. | YahooResultEvent | ||
| GET_CONNECTION_PROFILES_SUCCESS : String = "getConnectionProfilesSuccess" [static]
Constant defining the name of the event fired when the
getConnectionProfiles request completes successfully. | YahooResultEvent | ||
| GET_CONNECTIONS_FAILURE : String = "getConnectionsFailure" [static]
Constant defining the name of the event fired when the
getConnections request encounters an error. | YahooResultEvent | ||
| GET_CONNECTIONS_SUCCESS : String = "getConnectionsSuccess" [static]
Constant defining the name of the event fired when the
getConnections request completes successfully. | YahooResultEvent | ||
| GET_CONNECTION_UPDATES_FAILURE : String = "getConnectionUpdatesFailure" [static]
Constant defining the name of the event fired when the
listConnectionUpdates request encounters an error. | YahooResultEvent | ||
| GET_CONNECTION_UPDATES_SUCCESS : String = "getConnectionUpdatesSuccess" [static]
Constant defining the name of the event fired when the
listConnectionUpdates request completes successfully. | YahooResultEvent | ||
| GET_CONTACTS_FAILURE : String = "getContactsFailure" [static]
Constant defining the name of the event fired when the
getContacts request encounters an error. | YahooResultEvent | ||
| GET_CONTACTS_SUCCESS : String = "getContactsSuccess" [static]
Constant defining the name of the event fired when the
getContacts request completes successfully. | YahooResultEvent | ||
| GET_IMAGES_FAILURE : String = "getImagesFailure" [static]
Constant defining the name of the event fired when the
getImages request encounters an error. | YahooResultEvent | ||
| GET_IMAGES_SUCCESS : String = "getImagesSuccess" [static]
Constant defining the name of the event fired when the
getImages request completes successfully. | YahooResultEvent | ||
| GET_PROFILE_FAILURE : String = "getProfileFailure" [static]
Constant defining the name of the event fired when the
getProfile request encounters an error. | YahooResultEvent | ||
| GET_PROFILE_SUCCESS : String = "getProfileSuccess" [static]
Constant defining the name of the event fired when the
getProfile request completes successfully. | YahooResultEvent | ||
| GET_REQUEST_TOKEN_FAILURE : String = "getRequestTokenFailure" [static]
Constant defining the name of the event fired when the
getAccessToken request encounters an error. | YahooResultEvent | ||
| GET_REQUEST_TOKEN_SUCCESS : String = "getRequestTokenSuccess" [static]
Constant defining the name of the event fired when the
getAccessToken request completes. | YahooResultEvent | ||
| GET_STATUS_FAILURE : String = "getStatusFailure" [static]
Constant defining the name of the event fired when the
getStatus request encounters an error. | YahooResultEvent | ||
| GET_STATUS_SUCCESS : String = "getStatusSuccess" [static]
Constant defining the name of the event fired when the
getStatus request completes successfully. | YahooResultEvent | ||
| GET_UPDATES_FAILURE : String = "getUpdatesFailure" [static]
Constant defining the name of the event fired when the
listUpdates request encounters an error. | YahooResultEvent | ||
| GET_UPDATES_SUCCESS : String = "getUpdatesSuccess" [static]
Constant defining the name of the event fired when the
listUpdates request completes successfully. | YahooResultEvent | ||
| SECURITY_ERROR : String = "securityError" [static]
Constant defining the name of the event fired when a security error in encountered while attempting a data request.
| YahooResultEvent | ||
| SET_SMALL_VIEW_FAILURE : String = "setSmallViewFailure" [static]
Constant defining the name of the event fired when the
query request encounters an error. | YahooResultEvent | ||
| SET_SMALL_VIEW_SUCCESS : String = "setSmallViewSuccess" [static]
Constant defining the name of the event fired when the
setSmallView request completes successfully. | YahooResultEvent | ||
| YQL_QUERY_FAILURE : String = "yqlQueryFailure" [static]
Constant defining the name of the event fired when the
query request encounters an error. | YahooResultEvent | ||
| YQL_QUERY_SUCCESS : String = "yqlQuerySuccess" [static]
Constant defining the name of the event fired when the
query request completes successfully. | YahooResultEvent | ||
| $data | property |
protected var $data:ObjectThe event data object.
| data | property |
data:Object [read-write]The event data object.
Implementation public function get data():Object
public function set data(value:Object):void
| YahooResultEvent | () | constructor |
public function YahooResultEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)Creates a new YahooEvent object.
Parameterstype:String |
|
data:Object (default = null) |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():EventDuplicates an instance of an YahooResultEvent class.
ReturnsEvent |
| toString | () | method |
public override function toString():StringReturns a string containing all the properties of the Event object.
ReturnsString |
| GET_ACCESS_TOKEN_FAILURE | constant |
public static const GET_ACCESS_TOKEN_FAILURE:String = "getAccessTokenFailure"
Constant defining the name of the event fired when the getAccessToken request encounters an error.
See also
| GET_ACCESS_TOKEN_SUCCESS | constant |
public static const GET_ACCESS_TOKEN_SUCCESS:String = "getAccessTokenSuccess"
Constant defining the name of the event fired when the getAccessToken request completes.
See also
| GET_CONNECTION_PROFILES_FAILURE | constant |
public static const GET_CONNECTION_PROFILES_FAILURE:String = "getConnectionProfilesFailure"
Constant defining the name of the event fired when the getConnectionProfiles request encounters an error.
See also
| GET_CONNECTION_PROFILES_SUCCESS | constant |
public static const GET_CONNECTION_PROFILES_SUCCESS:String = "getConnectionProfilesSuccess"
Constant defining the name of the event fired when the getConnectionProfiles request completes successfully.
See also
| GET_CONNECTIONS_FAILURE | constant |
public static const GET_CONNECTIONS_FAILURE:String = "getConnectionsFailure"
Constant defining the name of the event fired when the getConnections request encounters an error.
See also
| GET_CONNECTIONS_SUCCESS | constant |
public static const GET_CONNECTIONS_SUCCESS:String = "getConnectionsSuccess"
Constant defining the name of the event fired when the getConnections request completes successfully.
See also
| GET_CONNECTION_UPDATES_FAILURE | constant |
public static const GET_CONNECTION_UPDATES_FAILURE:String = "getConnectionUpdatesFailure"
Constant defining the name of the event fired when the listConnectionUpdates request encounters an error.
See also
| GET_CONNECTION_UPDATES_SUCCESS | constant |
public static const GET_CONNECTION_UPDATES_SUCCESS:String = "getConnectionUpdatesSuccess"
Constant defining the name of the event fired when the listConnectionUpdates request completes successfully.
See also
| GET_CONTACTS_FAILURE | constant |
public static const GET_CONTACTS_FAILURE:String = "getContactsFailure"
Constant defining the name of the event fired when the getContacts request encounters an error.
See also
| GET_CONTACTS_SUCCESS | constant |
public static const GET_CONTACTS_SUCCESS:String = "getContactsSuccess"
Constant defining the name of the event fired when the getContacts request completes successfully.
See also
| GET_IMAGES_FAILURE | constant |
public static const GET_IMAGES_FAILURE:String = "getImagesFailure"
Constant defining the name of the event fired when the getImages request encounters an error.
See also
| GET_IMAGES_SUCCESS | constant |
public static const GET_IMAGES_SUCCESS:String = "getImagesSuccess"
Constant defining the name of the event fired when the getImages request completes successfully.
See also
| GET_PROFILE_FAILURE | constant |
public static const GET_PROFILE_FAILURE:String = "getProfileFailure"
Constant defining the name of the event fired when the getProfile request encounters an error.
See also
| GET_PROFILE_SUCCESS | constant |
public static const GET_PROFILE_SUCCESS:String = "getProfileSuccess"
Constant defining the name of the event fired when the getProfile request completes successfully.
See also
| GET_REQUEST_TOKEN_FAILURE | constant |
public static const GET_REQUEST_TOKEN_FAILURE:String = "getRequestTokenFailure"
Constant defining the name of the event fired when the getAccessToken request encounters an error.
See also
| GET_REQUEST_TOKEN_SUCCESS | constant |
public static const GET_REQUEST_TOKEN_SUCCESS:String = "getRequestTokenSuccess"
Constant defining the name of the event fired when the getAccessToken request completes.
See also
| GET_STATUS_FAILURE | constant |
public static const GET_STATUS_FAILURE:String = "getStatusFailure"
Constant defining the name of the event fired when the getStatus request encounters an error.
See also
| GET_STATUS_SUCCESS | constant |
public static const GET_STATUS_SUCCESS:String = "getStatusSuccess"
Constant defining the name of the event fired when the getStatus request completes successfully.
See also
| GET_UPDATES_FAILURE | constant |
public static const GET_UPDATES_FAILURE:String = "getUpdatesFailure"
Constant defining the name of the event fired when the listUpdates request encounters an error.
See also
| GET_UPDATES_SUCCESS | constant |
public static const GET_UPDATES_SUCCESS:String = "getUpdatesSuccess"
Constant defining the name of the event fired when the listUpdates request completes successfully.
See also
| SECURITY_ERROR | constant |
public static const SECURITY_ERROR:String = "securityError"Constant defining the name of the event fired when a security error in encountered while attempting a data request.
See also
| SET_SMALL_VIEW_FAILURE | constant |
public static const SET_SMALL_VIEW_FAILURE:String = "setSmallViewFailure"
Constant defining the name of the event fired when the query request encounters an error.
See also
| SET_SMALL_VIEW_SUCCESS | constant |
public static const SET_SMALL_VIEW_SUCCESS:String = "setSmallViewSuccess"
Constant defining the name of the event fired when the setSmallView request completes successfully.
See also
| YQL_QUERY_FAILURE | constant |
public static const YQL_QUERY_FAILURE:String = "yqlQueryFailure"
Constant defining the name of the event fired when the query request encounters an error.
See also
| YQL_QUERY_SUCCESS | constant |
public static const YQL_QUERY_SUCCESS:String = "yqlQuerySuccess"
Constant defining the name of the event fired when the query request completes successfully.
See also