mobi.voiceassistant.client.content
Class RemoteProgressBar

java.lang.Object
  extended by mobi.voiceassistant.client.content.RemoteProgressBar
All Implemented Interfaces:
Parcelable, Parcelable.Creator<RemoteProgressBar>

public final class RemoteProgressBar
extends Object
implements Parcelable, Parcelable.Creator<RemoteProgressBar>


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<RemoteProgressBar> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Method Summary
 RemoteProgressBar createFromParcel(Parcel source)
           
 int describeContents()
           
static RemoteProgressBar getInstance()
           
 RemoteProgressBar[] newArray(int size)
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATOR

public static final Parcelable.Creator<RemoteProgressBar> CREATOR
Method Detail

getInstance

public static RemoteProgressBar getInstance()

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable

createFromParcel

public RemoteProgressBar createFromParcel(Parcel source)
Specified by:
createFromParcel in interface Parcelable.Creator<RemoteProgressBar>

newArray

public RemoteProgressBar[] newArray(int size)
Specified by:
newArray in interface Parcelable.Creator<RemoteProgressBar>