Package rma.util

Class VCRControlsListenerImpl

java.lang.Object
rma.util.VCRControlsListenerImpl
All Implemented Interfaces:
VCRControlsListener

public class VCRControlsListenerImpl extends Object implements VCRControlsListener
a basic implementation of the VCRControlsListener
  • Field Details

    • _player

      protected VCRPlayer _player
    • _controls

      protected RmaVcrControls _controls
    • _playerThread

      protected VCRPlayerThread _playerThread
    • _displayCurrentLoc

      protected boolean _displayCurrentLoc
    • _runner

      protected Runnable _runner
  • Constructor Details

  • Method Details

    • setRunnable

      public void setRunnable(Runnable run)
    • getPlayer

      public VCRPlayer getPlayer()
    • setVCRPlayer

      public VCRPlayer setVCRPlayer(VCRPlayer newPlayer)
    • setFastForwardDelay

      public void setFastForwardDelay(int value)
    • setPlayDelay

      public void setPlayDelay(int value)
    • controlSelected

      public void controlSelected(int cmd)
      Specified by:
      controlSelected in interface VCRControlsListener
    • play

      protected void play(int startPos)
    • fastForward

      public void fastForward(int pos)
    • stop

      protected void stop()
    • setPaused

      public void setPaused(boolean paused)
    • sliderMoved

      public void sliderMoved(int pos)
      Specified by:
      sliderMoved in interface VCRControlsListener
    • setDisplayCurrentLocation

      public void setDisplayCurrentLocation(boolean b)