ecologylab.services.logging.playback
Interface PlaybackControlCommands

All Known Implementing Classes:
LogPlaybackControls, LogPlayer

public interface PlaybackControlCommands

Status indicators for log playback application.

Author:
Zachary O. Toups (toupsz@cs.tamu.edu)

Field Summary
static java.lang.String PAUSE
           
static java.lang.String PLAY
           
static java.lang.String STEP_BACK
           
static java.lang.String STEP_FORWARD
           
static java.lang.String STOP
           
 

Field Detail

PLAY

static final java.lang.String PLAY
See Also:
Constant Field Values

STOP

static final java.lang.String STOP
See Also:
Constant Field Values

PAUSE

static final java.lang.String PAUSE
See Also:
Constant Field Values

STEP_FORWARD

static final java.lang.String STEP_FORWARD
See Also:
Constant Field Values

STEP_BACK

static final java.lang.String STEP_BACK
See Also:
Constant Field Values