public class IPlaySubSystemFeedBackAdapter extends java.lang.Object implements IPlaySubSystemFeedBack2
Constructor and Description |
---|
IPlaySubSystemFeedBackAdapter() |
Modifier and Type | Method and Description |
---|---|
long |
informCurrentPlayPosition(long millis)
Inform about the status of the play sub system
|
void |
playFinished()
inform that the play is finished naturally and has not been
stopped by users
|
void |
playStarted()
inform about the start of the play ...
|
void |
playStopped()
Inform about the abortion of the play ...
|
public long informCurrentPlayPosition(long millis)
IPlaySubSystemFeedBack
informCurrentPlayPosition
in interface IPlaySubSystemFeedBack
public void playStopped()
IPlaySubSystemFeedBack
playStopped
in interface IPlaySubSystemFeedBack
public void playStarted()
IPlaySubSystemFeedBack
playStarted
in interface IPlaySubSystemFeedBack
public void playFinished()
IPlaySubSystemFeedBack2
playFinished
in interface IPlaySubSystemFeedBack2