vcr.state
Class FWD

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

public class FWD
extends Ready


Constructor Summary
FWD(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

FWD

public FWD(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.