cs015.PizzaDex
Class CommandHandler

java.lang.Object
  extended bycs015.PizzaDex.CommandHandler

public class CommandHandler
extends java.lang.Object

Package PizzaDex
class CommandHandler

author plm


Constructor Summary
CommandHandler(ListInterface list)
           
 
Method Summary
 void add()
           
 boolean checkEmpty()
           
 void clear()
           
 void display()
           
 void next()
           
 void prev()
           
 java.lang.String readString()
           
 void remove()
           
 void search()
           
 void showCurrent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandHandler

public CommandHandler(ListInterface list)
Method Detail

display

public void display()

clear

public void clear()

showCurrent

public void showCurrent()

add

public void add()

checkEmpty

public boolean checkEmpty()

remove

public void remove()

search

public void search()

next

public void next()

prev

public void prev()

readString

public java.lang.String readString()