vcr.state
Class Rewind

java.lang.Object
  |
  +--vcr.state.Ready
        |
        +--vcr.state.Rewind
All Implemented Interfaces:
VCRState

public class Rewind
extends Ready


Constructor Summary
Rewind(Manager vcr)
           
 
Method Summary
 VCRState handle(Event event)
           
 VCRState handleUnitOfTime()
           
 java.lang.String toString()
           
 
Methods inherited from class vcr.state.Ready
handleCue, handleEject, handleEndOfTape, handleFWD, handleNoAction, handlePause, handlePlay, handlePower, handleRecord, handleReverse, handleRewind, handleStartOfTape, handleStop, vcr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Rewind

public Rewind(Manager vcr)
Method Detail

handle

public VCRState handle(Event event)
Specified by:
handle in interface VCRState
Overrides:
handle in class Ready

toString

public java.lang.String toString()
Specified by:
toString in interface VCRState
Overrides:
toString in class Ready

handleUnitOfTime

public VCRState handleUnitOfTime()


Copyright © 2002 University of Ottawa. All Rights Reserved.