- All Implemented Interfaces:
Runnable
- Enclosing class:
- PlayEngine
private final class PlayEngine.SeekRunnable
extends Object
implements Runnable
Runnable worker to handle seek operations.
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
position
private final int position
-
Constructor Details
-
SeekRunnable
SeekRunnable(int position)
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable