vcr.ui
Class VoidUI

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

public class VoidUI
extends java.lang.Object
implements UI


Constructor Summary
VoidUI()
           
VoidUI(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

VoidUI

public VoidUI()

VoidUI

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