Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
O
 onAPIResponse
 onAuthCheckToken, com. kelvinluck. flickr. FlickrResponseListener
 onAuthGetFrob, com. kelvinluck. flickr. FlickrResponseListener
 onContactsGetList, com. kelvinluck. flickr. FlickrResponseListener
 onContactsGetPublicList, com. kelvinluck. flickr. FlickrResponseListener
 onError, com. kelvinluck. flickr. FlickrResponseListener
 onFavoritesAdd, com. kelvinluck. flickr. FlickrResponseListener
 onFavoritesGetList, com. kelvinluck. flickr. FlickrResponseListener
 onFavoritesGetPublicList, com. kelvinluck. flickr. FlickrResponseListener
 onFavoritesRemove, com. kelvinluck. flickr. FlickrResponseListener
 onGroupsPoolsAdd, com. kelvinluck. flickr. FlickrResponseListener
 onGroupsPoolsGetContext, com. kelvinluck. flickr. FlickrResponseListener
 onGroupsPoolsGetGroups, com. kelvinluck. flickr. FlickrResponseListener
 onGroupsPoolsGetPhotos, com. kelvinluck. flickr. FlickrResponseListener
 onGroupsPoolsRemove, com. kelvinluck. flickr. FlickrResponseListener
 onPeopleFindByEmail, com. kelvinluck. flickr. FlickrResponseListener
 onPeopleFindByUsername, com. kelvinluck. flickr. FlickrResponseListener
 onPeopleGetInfo, com. kelvinluck. flickr. FlickrResponseListener
 onPeopleGetPublicGroups, com. kelvinluck. flickr. FlickrResponseListener
 onPeopleGetPublicPhotos, com. kelvinluck. flickr. FlickrResponseListener
 onPeopleGetUploadStatus, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosAddTags, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosetsAddPhoto, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosetsCreate, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosetsDelete, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosetsEditMeta, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosetsEditPhotos, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosetsGetContext, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosetsGetInfo, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosetsGetList, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosetsGetPhotos, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosetsOrderSets, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosetsRemovePhoto, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetAllContexts, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetContactsPhotos, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetContactsPublicPhotos, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetContext, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetCounts, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetExif, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetInfo, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetNotInSet, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetPerms, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetRecent, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetSizes, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosGetUntagged, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosRemoveTag, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosSearch, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosSetDates, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosSetMeta, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosSetPerms, com. kelvinluck. flickr. FlickrResponseListener
 onPhotosSetTags, com. kelvinluck. flickr. FlickrResponseListener
 onTagsGetListPhoto, com. kelvinluck. flickr. FlickrResponseListener
 onTagsGetListUser, com. kelvinluck. flickr. FlickrResponseListener
 onTagsGetListUserPopular, com. kelvinluck. flickr. FlickrResponseListener
 onTagsGetRelated, com. kelvinluck. flickr. FlickrResponseListener
 onTestEcho, com. kelvinluck. flickr. FlickrResponseListener
 onTestLogin, com. kelvinluck. flickr. FlickrResponseListener
 originalFormat, com. kelvinluck. flickr. Photo
 originalUrl, com. kelvinluck. flickr. Photo
 owner
private function onAPIResponse(success: Boolean):Void
Called internally on recepit of a response from a request to the REST_ENDPOINT.
function onAPIResponse(eventObject: Object)
Internal function which deals with a response from a Flickr API call and forwards any relevant arguments to the relevant function.
public function onAuthCheckToken(token)
Called when there is a successful response from a call to flickr.auth.getToken or flickr.auth.checkToken.
public function onAuthGetFrob(frob)
Called when there is a successful response from a call to flickr.auth.getFrob
function onContactsGetList(user: Person,
filter: String)
Called when there is a response from a call to flickr.contacts.getList.
function onContactsGetPublicList(user: Person)
Called when there is a response from a call to flickr.contacts.getPublicList.
function onError(errorCode: Number,
errorDescription: String,
method: String)
Called when the Flickr API returns an error code..
function onFavoritesAdd(photo: Photo)
Called when there is a response from a call to flickr.favorites.add.
function onFavoritesGetList(user: Person,
resultsSet: ResultsSet)
Called when there is a response from a call to flickr.favorites.getList.
function onFavoritesGetPublicList(user: Person,
resultsSet: ResultsSet)
Called when there is a response from a call to flickr.favorites.getPublicList.
function onFavoritesRemove(photo: Photo)
Called when there is a response from a call to flickr.favorites.remove.
function onGroupsPoolsAdd(photo: Photo,
group: Group)
Called when there is a response from a call to flickr.groups.pools.add
function onGroupsPoolsGetContext(photo: Photo,
group: Group)
Called when there is a response from a call to flickr.groups.pools.getContext
function onGroupsPoolsGetGroups(user: Person)
Called when there is a response from a call to flickr.groups.pools.getGroups
function onGroupsPoolsGetPhotos(group: Group,
photos: Array,
resultsSet: ResultsSet)
Called when there is a response from a call to flickr.groups.pools.getPhotos
function onGroupsPoolsRemove(photo: Photo,
group: Group)
Called when there is a response from a call to flickr.groups.pools.remove
function onPeopleFindByEmail(person: Person)
Called when there is a response from a call to flickr.people.findByEmail.
function onPeopleFindByUsername(person: Person)
Called when there is a response from a call to flickr.people.findByUsername.
function onPeopleGetInfo(person: Person)
Called when there is a response from a call to flickr.people.getInfo.
function onPeopleGetPublicGroups(person: Person)
Called when there is a response from a call to flickr.people.getPublicGroups.
function onPeopleGetPublicPhotos(person: Person,
resultsSet: ResultsSet)
Called when there is a response from a call to flickr.people.getPublicPhotos.
function onPeopleGetUploadStatus(person: Person)
Called when there is a response from a call to flickr.people.getUploadStatus.
function onPhotosAddTags(photo: Photo,
tags: String)
Called when there is a response from a call to flickr.photos.addTags.
function onPhotosetsAddPhoto(photoset: Photoset)
Called when there is a response from a call to flickr.photosets.addPhoto
function onPhotosetsCreate(photoset: Photoset)
Called when there is a response from a call to flickr.photosets.create
function onPhotosetsDelete(photosetId: Number)
Called when there is a response from a call to flickr.photosets.delete
function onPhotosetsEditMeta(photoset: Photoset)
Called when there is a response from a call to flickr.photosets.editMeta
function onPhotosetsEditPhotos(photoset: Photoset)
Called when there is a response from a call to flickr.photosets.editPhotos
function onPhotosetsGetContext(photo: Photo,
photoset: Photoset)
Called when there is a response from a call to flickr.photosets.getContext
function onPhotosetsGetInfo(photoset: Photoset)
Called when there is a response from a call to flickr.photosets.getInfo
function onPhotosetsGetList(user: Person)
Called when there is a response from a call to flickr.photosets.getList
function onPhotosetsGetPhotos(photoset: Photoset)
Called when there is a response from a call to flickr.photosets.getPhotos
function onPhotosetsOrderSets(user: Person)
Called when there is a response from a call to flickr.photosets.orderSets
function onPhotosetsRemovePhoto(photoset: Photoset)
Called when there is a response from a call to flickr.photosets.removePhoto
function onPhotosGetAllContexts(photo: Photo)
Called when there is a response from a call to flickr.people.getAllContexts.
function onPhotosGetContactsPhotos(photos: Array,
resultsSet: ResultsSet)
Called when there is a response from a call to flickr.people.getContactsPhotos.
function onPhotosGetContactsPublicPhotos(person: Person,
photos: Array,
resultsSet: ResultsSet)
Called when there is a response from a call to flickr.people.getContactsPhotos.
function onPhotosGetContext(photo: Photo)
Called when there is a response from a call to flickr.people.getContext.
function onPhotosGetCounts(counts: Array)
Called when there is a response from a call to flickr.people.getCounts.
function onPhotosGetExif(photo: Photo)
Called when there is a response from a call to flickr.people.getExif.
function onPhotosGetInfo(photo: Photo)
Called when there is a response from a call to flickr.people.getInfo.
function onPhotosGetNotInSet(photos: Array,
resultsSet: ResultsSet)
Called when there is a response from a call to flickr.people.getPhotosNotInSet.
function onPhotosGetPerms(photo: Array)
Called when there is a response from a call to flickr.people.getPerms.
function onPhotosGetRecent(photos: Array,
resultsSet: ResultsSet)
Called when there is a response from a call to flickr.people.getRecent.
function onPhotosGetSizes(photo: Photo)
Called when there is a response from a call to flickr.people.getSizes.
function onPhotosGetUntagged(photos: Array,
resultsSet: ResultsSet)
Called when there is a response from a call to flickr.people.getUntagged.
function onPhotosRemoveTag(tagId: Number)
Called when there is a response from a call to flickr.people.removeTag.
function onPhotosSearch(photos: Array,
resultsSet: ResultsSet)
Called when there is a response from a call to flickr.people.search.
function onPhotosSetDates(photo: Photo)
Called when there is a response from a call to flickr.people.setDates.
function onPhotosSetMeta(photo: Photo)
Called when there is a response from a call to flickr.people.setMeta.
function onPhotosSetPerms(photo: Photo)
Called when there is a response from a call to flickr.people.setPerms.
function onPhotosSetTags(photo: Photo)
Called when there is a response from a call to flickr.people.setTags.
function onTagsGetListPhoto(photo: Photo)
Called when there is a response from a call to flickr.tags.tagsGetListPhoto.
function onTagsGetListUser(person: Person)
Called when there is a response from a call to flickr.tags.getListUser.
function onTagsGetListUserPopular(person: Person)
Called when there is a response from a call to flickr.tags.getListUserPopular.
function onTagsGetRelated(sourceTag: Tag)
Called when there is a response from a call to flickr.tags.tagsGetRelated.
function onTestEcho(params: Object)
Called when there is a response from a call to flickr.test.echo.
function onTestLogin(user: Person)
Called when there is a response from a call to flickr.test.login
public var originalFormat: String
The format that this Photo was originally uploaded in.
private var _originalUrl: String
public var owner: Person
A reference to the Person who owns this photo.
var owner: Person
The Person who owns this Photoset