docs/doc/reference/com/google/android/exoplayer2/testutil/ActionSchedule.PlayerRunnable.html
Package com.google.android.exoplayer2.testutil
All Implemented Interfaces:RunnableEnclosing class:ActionSchedule
public abstract static classActionSchedule.PlayerRunnableextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")implements[Runnable](https://developer.android.com/reference/java/lang/Runnable.html "class or interface in java.lang")
Provides a wrapper for a Runnable which has access to the player. Can be used with ActionSchedule.Builder.executeRunnable(Runnable).
Constructors | Constructor | Description |
| --- | --- |
| PlayerRunnable() | |
All Methods Instance Methods Abstract Methods Concrete Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| void | run() | |
| abstract void | run(ExoPlayer player) |
Executes Runnable with reference to player.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public PlayerRunnable()
-
public abstract void run([ExoPlayer](../ExoPlayer.html "interface in com.google.android.exoplayer2")player)
Executes Runnable with reference to player.
-
public final void run()
Specified by:run in interface Runnable