android.os
Class ResultReceiver
java.lang.Object
android.os.ResultReceiver
- All Implemented Interfaces:
- Parcelable
public class ResultReceiver
- extends Object
- implements Parcelable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATOR
public static final Parcelable.Creator<ResultReceiver> CREATOR
ResultReceiver
public ResultReceiver(Handler handler)
send
public void send(int resultCode,
Bundle resultData)
onReceiveResult
protected void onReceiveResult(int resultCode,
Bundle resultData)
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
writeToParcel
public void writeToParcel(Parcel out,
int flags)
- Specified by:
writeToParcel
in interface Parcelable
Copyright © 2008-2012. All Rights Reserved.