vcr.ui
Class Console

java.lang.Object
  |
  +--vcr.ui.Console
All Implemented Interfaces:
UI

public class Console
extends java.lang.Object
implements UI


Constructor Summary
Console()
           
Console(Manager vcr)
           
 
Method Summary
 Event next()
           
 void refresh()
           
 void send(Event event)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console

public Console()

Console

public Console(Manager vcr)
Method Detail

start

public void start()
Specified by:
start in interface UI

stop

public void stop()
Specified by:
stop in interface UI

refresh

public void refresh()
Specified by:
refresh in interface UI

send

public void send(Event event)
Specified by:
send in interface UI

next

public Event next()
Specified by:
next in interface UI


Copyright © 2002 University of Ottawa. All Rights Reserved.