vcr.state
Class Pause

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

public class Pause
extends Ready


Constructor Summary
Pause(Manager vcr)
           
 
Method Summary
 VCRState handle(Event event)
           
 VCRState handlePause()
           
 VCRState handleUnitOfTime()
           
 java.lang.String toString()
           
 
Methods inherited from class vcr.state.Ready
handleCue, handleEject, handleEndOfTape, handleFWD, handleNoAction, 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

Pause

public Pause(Manager vcr)
Method Detail

handle

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

handleUnitOfTime

public VCRState handleUnitOfTime()

handlePause

public VCRState handlePause()
Overrides:
handlePause in class Ready

toString

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


Copyright © 2002 University of Ottawa. All Rights Reserved.