public class SongPlayer
extends java.lang.Object
| Constructor and Description |
|---|
SongPlayer(SongView<?> songView,
SongPlayerCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
SongView<?> |
getSongView() |
int |
getTick() |
boolean |
isPaused() |
boolean |
isRunning() |
void |
play() |
void |
setPaused(boolean paused) |
void |
setTick(int tick) |
void |
stop() |
public SongPlayer(SongView<?> songView, SongPlayerCallback callback)
public SongView<?> getSongView()
public boolean isRunning()
public int getTick()
public void setTick(int tick)
public void play()
public void setPaused(boolean paused)
public boolean isPaused()
public void stop()