Package de.eimmer.gespraeche
Class ZeichenketteAufforderung
java.lang.Object
de.eimmer.gespraeche.ZeichenketteAufforderung
- All Implemented Interfaces:
Aufforderung
,Cloneable
ZeichenketteAufforderung is the base class for any prompt that accepts an arbitrary
string from the user.
-
Field Summary
Fields inherited from interface de.eimmer.gespraeche.Aufforderung
END_OF_CONVERSATION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
blocksForInput
(GespraechsZusammenhang context) Ensures that the prompt waits for the user to provide input.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.eimmer.gespraeche.Aufforderung
acceptInput, getPromptText
-
Constructor Details
-
ZeichenketteAufforderung
public ZeichenketteAufforderung()
-
-
Method Details
-
blocksForInput
Ensures that the prompt waits for the user to provide input.- Specified by:
blocksForInput
in interfaceAufforderung
- Parameters:
context
- Context information about the gespraech.- Returns:
- True.
-