Page Summary
-
ResourceEvent is a base interface for DriveEvent types related to a specific resource.
-
ResourceEvent has known indirect subclasses ChangeEvent and CompletionEvent.
-
The ChangeEvent is sent when a DriveResource's content or metadata changes.
-
The CompletionEvent is delivered after a client requests and an action succeeds or fails on the server.
-
The
getDriveId()method returns the ID of the Drive resource that triggered the event.
| Known Indirect Subclasses |
Base interface for DriveEvent
types related to a specific resource.
Inherited Constant Summary
Public Method Summary
| abstract DriveId |
getDriveId()
Returns the id of the Drive resource that triggered the event.
|
Inherited Method Summary
Public Methods
public abstract DriveId getDriveId ()
Returns the id of the Drive resource that triggered the event.