Classes | Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions
org.xbmc.android.jsonrpc.notification.PlayerEvent.Stop Class Reference
Inheritance diagram for org.xbmc.android.jsonrpc.notification.PlayerEvent.Stop:
Inheritance graph
[legend]

List of all members.

Classes

class  Data

Public Member Functions

int describeContents ()
int getId ()
 Stop (ObjectNode node)
String toString ()
void writeToParcel (Parcel parcel, int flags)

Public Attributes

final Data data

Static Public Attributes

static final
Parcelable.Creator< Stop
CREATOR
static final int ID = 0x03
static final String METHOD = "Player.OnStop"

Protected Member Functions

 Stop (Parcel parcel)

Detailed Description

Playback of a media item has been stopped. If there is no ID available extra information will be provided.

Definition at line 134 of file PlayerEvent.java.


Constructor & Destructor Documentation

Definition at line 138 of file PlayerEvent.java.

Definition at line 142 of file PlayerEvent.java.


Member Function Documentation

Implements android.os.Parcelable.

Definition at line 151 of file PlayerEvent.java.

Definition at line 147 of file PlayerEvent.java.

Reimplemented from org.xbmc.android.jsonrpc.notification.AbstractEvent.

Definition at line 155 of file PlayerEvent.java.


Member Data Documentation

Initial value:
 new Parcelable.Creator<Stop>() {
                        @Override
                        public Stop createFromParcel(Parcel parcel) {
                                return new Stop(parcel);
                        }
                        @Override
                        public Stop[] newArray(int n) {
                                return new Stop[n];
                        }
                }

Definition at line 158 of file PlayerEvent.java.

Definition at line 137 of file PlayerEvent.java.

Definition at line 135 of file PlayerEvent.java.

final String org.xbmc.android.jsonrpc.notification.PlayerEvent.Stop.METHOD = "Player.OnStop" [static]

Definition at line 136 of file PlayerEvent.java.


The documentation for this class was generated from the following file:


smarthome_media_kodi_driver
Author(s): Mickael Gaillard , Erwan Le Huitouze
autogenerated on Thu Jun 6 2019 21:03:51