edu.rice.cs.drjava.model.repl
Class InteractionsModel.NoInputListener

java.lang.Object
  extended by edu.rice.cs.drjava.model.repl.InteractionsModel.NoInputListener
All Implemented Interfaces:
InputListener
Enclosing class:
InteractionsModel

private static class InteractionsModel.NoInputListener
extends Object
implements InputListener

Singleton InputListener which should never be asked for input.


Field Summary
static InteractionsModel.NoInputListener ONLY
           
 
Constructor Summary
private InteractionsModel.NoInputListener()
           
 
Method Summary
 String getConsoleInput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONLY

public static final InteractionsModel.NoInputListener ONLY
Constructor Detail

InteractionsModel.NoInputListener

private InteractionsModel.NoInputListener()
Method Detail

getConsoleInput

public String getConsoleInput()
Specified by:
getConsoleInput in interface InputListener