dtu.library.ui
Class BookTitleScreen

java.lang.Object
  extended by dtu.library.ui.Screen
      extended by dtu.library.ui.BookTitleScreen

public class BookTitleScreen
extends Screen


Method Summary
 void printMenu(java.io.PrintWriter out)
           
 boolean processSelection(java.lang.String selection, java.io.BufferedReader in, java.io.PrintWriter out)
           
 
Methods inherited from class dtu.library.ui.Screen
waitForSelection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

printMenu

public void printMenu(java.io.PrintWriter out)
               throws java.io.IOException
Specified by:
printMenu in class Screen
Throws:
java.io.IOException

processSelection

public boolean processSelection(java.lang.String selection,
                                java.io.BufferedReader in,
                                java.io.PrintWriter out)
                         throws java.io.IOException
Specified by:
processSelection in class Screen
Throws:
java.io.IOException