mobi.voiceassistant.client.content
Class RemoteProgressBar
java.lang.Object
mobi.voiceassistant.client.content.RemoteProgressBar
- All Implemented Interfaces:
- Parcelable, Parcelable.Creator<RemoteProgressBar>
public final class RemoteProgressBar
- extends Object
- implements Parcelable, Parcelable.Creator<RemoteProgressBar>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATOR
public static final Parcelable.Creator<RemoteProgressBar> CREATOR
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>