vcr.components
Class NullDevice

java.lang.Object
  |
  +--vcr.components.NullDevice
All Implemented Interfaces:
Device

public class NullDevice
extends java.lang.Object
implements Device


Method Summary
 Event forward(Time t)
           
static NullDevice getDefault()
           
 Time position()
           
 void record(char c)
           
 Event reverse(Time t)
           
 char show()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDefault

public static NullDevice getDefault()

forward

public Event forward(Time t)
Specified by:
forward in interface Device

reverse

public Event reverse(Time t)
Specified by:
reverse in interface Device

record

public void record(char c)
Specified by:
record in interface Device

position

public Time position()
Specified by:
position in interface Device

toString

public java.lang.String toString()
Specified by:
toString in interface Device
Overrides:
toString in class java.lang.Object

show

public char show()
Specified by:
show in interface Device


Copyright © 2002 University of Ottawa. All Rights Reserved.