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)
IPlaySubSystemFeedBackinformCurrentPlayPosition in interface IPlaySubSystemFeedBackpublic void playStopped()
IPlaySubSystemFeedBackplayStopped in interface IPlaySubSystemFeedBackpublic void playStarted()
IPlaySubSystemFeedBackplayStarted in interface IPlaySubSystemFeedBackpublic void playFinished()
IPlaySubSystemFeedBack2playFinished in interface IPlaySubSystemFeedBack2