at.tuwien.ifs.somtoolbox.apps.viewer.controls.player
Interface PlayerListener

All Known Implementing Classes:
PlayerControl, PlayList, PlaySOMPlayer, StandalonePlaySOMPlayer

public interface PlayerListener


Field Summary
static int START_MODE_NEW
           
static int START_MODE_RESUME
           
static int STOP_REASON_ENDED
           
static int STOP_REASON_PAUSED
           
static int STOP_REASON_STOPPED
           
 
Method Summary
 void playStarted(int mode, AudioVectorMetaData song)
           
 void playStopped(int reason, AudioVectorMetaData song)
           
 

Field Detail

STOP_REASON_PAUSED

static final int STOP_REASON_PAUSED
See Also:
Constant Field Values

STOP_REASON_STOPPED

static final int STOP_REASON_STOPPED
See Also:
Constant Field Values

STOP_REASON_ENDED

static final int STOP_REASON_ENDED
See Also:
Constant Field Values

START_MODE_NEW

static final int START_MODE_NEW
See Also:
Constant Field Values

START_MODE_RESUME

static final int START_MODE_RESUME
See Also:
Constant Field Values
Method Detail

playStarted

void playStarted(int mode,
                 AudioVectorMetaData song)

playStopped

void playStopped(int reason,
                 AudioVectorMetaData song)