Packagecom.yahoo.social.events
Classpublic class YahooResultEvent
InheritanceYahooResultEvent Inheritance flash.events.Event

Event class for the Y! Social web service responses.



Public Properties
 PropertyDefined by
  data : Object
The event data object.
YahooResultEvent
Protected Properties
 PropertyDefined by
  $data : Object
The event data object.
YahooResultEvent
Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined 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
Property detail
$dataproperty
protected var $data:Object

The event data object.

dataproperty 
data:Object  [read-write]

The event data object.

Implementation
    public function get data():Object
    public function set data(value:Object):void
Constructor detail
YahooResultEvent()constructor
public function YahooResultEvent(type:String, data:Object = null, bubbles:Boolean = false, cancelable:Boolean = false)

Creates a new YahooEvent object.

Parameters
type:String
 
data:Object (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Duplicates an instance of an YahooResultEvent class.

Returns
Event
toString()method 
public override function toString():String

Returns a string containing all the properties of the Event object.

Returns
String
Constant detail
GET_ACCESS_TOKEN_FAILUREconstant
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

YahooAuthentication
GET_ACCESS_TOKEN_SUCCESSconstant 
public static const GET_ACCESS_TOKEN_SUCCESS:String = "getAccessTokenSuccess"

Constant defining the name of the event fired when the getAccessToken request completes.

See also

YahooAuthentication
GET_CONNECTION_PROFILES_FAILUREconstant 
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

Profile
GET_CONNECTION_PROFILES_SUCCESSconstant 
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

Profile
GET_CONNECTIONS_FAILUREconstant 
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

Connections
GET_CONNECTIONS_SUCCESSconstant 
public static const GET_CONNECTIONS_SUCCESS:String = "getConnectionsSuccess"

Constant defining the name of the event fired when the getConnections request completes successfully.

See also

Connections
GET_CONNECTION_UPDATES_FAILUREconstant 
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

Updates
GET_CONNECTION_UPDATES_SUCCESSconstant 
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

Updates
GET_CONTACTS_FAILUREconstant 
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

Contacts
GET_CONTACTS_SUCCESSconstant 
public static const GET_CONTACTS_SUCCESS:String = "getContactsSuccess"

Constant defining the name of the event fired when the getContacts request completes successfully.

See also

Contacts
GET_IMAGES_FAILUREconstant 
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

Images
GET_IMAGES_SUCCESSconstant 
public static const GET_IMAGES_SUCCESS:String = "getImagesSuccess"

Constant defining the name of the event fired when the getImages request completes successfully.

See also

Images
GET_PROFILE_FAILUREconstant 
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

Profile
GET_PROFILE_SUCCESSconstant 
public static const GET_PROFILE_SUCCESS:String = "getProfileSuccess"

Constant defining the name of the event fired when the getProfile request completes successfully.

See also

Profile
GET_REQUEST_TOKEN_FAILUREconstant 
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

YahooAuthentication
GET_REQUEST_TOKEN_SUCCESSconstant 
public static const GET_REQUEST_TOKEN_SUCCESS:String = "getRequestTokenSuccess"

Constant defining the name of the event fired when the getAccessToken request completes.

See also

YahooAuthentication
GET_STATUS_FAILUREconstant 
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

StatusRequest
GET_STATUS_SUCCESSconstant 
public static const GET_STATUS_SUCCESS:String = "getStatusSuccess"

Constant defining the name of the event fired when the getStatus request completes successfully.

See also

StatusRequest
GET_UPDATES_FAILUREconstant 
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

Updates
GET_UPDATES_SUCCESSconstant 
public static const GET_UPDATES_SUCCESS:String = "getUpdatesSuccess"

Constant defining the name of the event fired when the listUpdates request completes successfully.

See also

Updates
SECURITY_ERRORconstant 
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

SecurityErrorEvent
SET_SMALL_VIEW_FAILUREconstant 
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

ApplicationRequest
SET_SMALL_VIEW_SUCCESSconstant 
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

ApplicationRequest
YQL_QUERY_FAILUREconstant 
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
YQL_QUERY_SUCCESSconstant 
public static const YQL_QUERY_SUCCESS:String = "yqlQuerySuccess"

Constant defining the name of the event fired when the query request completes successfully.

See also

YQL