vcr.components
Interface Device

All Known Implementing Classes:
NullDevice, Tape

public interface Device


Method Summary
 Event forward(Time t)
           
 Time position()
           
 void record(char c)
           
 Event reverse(Time t)
           
 char show()
           
 java.lang.String toString()
           
 

Method Detail

forward

public Event forward(Time t)

reverse

public Event reverse(Time t)

record

public void record(char c)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

show

public char show()

position

public Time position()


Copyright © 2002 University of Ottawa. All Rights Reserved.