Sent when a DriveResource
has had a change to its DriveContents
or Metadata. Refer to
DriveEvent
for additional information about event listeners.
Refer to DriveEvent
for general information about event listeners and
addChangeListener(DriveResource, OnChangeListener) for how to create them.
| public static final Creator<ChangeEvent> | CREATOR |
| DriveId |
getDriveId()
Returns the id of the Drive resource that triggered the event.
|
| boolean |
hasBeenDeleted()
Returns
true if the resource has been deleted.
|
| boolean |
hasContentChanged()
Returns
true if the content has changed for this resource.
|
| boolean |
hasMetadataChanged()
Returns
true if the metadata has changed for this resource.
|
| String |
toString()
|
| void |
writeToParcel(Parcel dest, int
flags)
|
Returns the id of the Drive resource that triggered the event.
Returns true if the resource has been deleted.
Returns true if the content has changed for this resource.
Returns true if the metadata has changed for this resource.