se.chalmers.cs.gf.dialogutil
Interface TextInput

All Known Implementing Classes:
DialogInput, RecognizerInput

public interface TextInput

Interface for objects that produce text events.


Method Summary
 void addTextListener(TextListener l)
           
 void removeTextListener(TextListener l)
           
 void setEnabled(boolean enabled)
           
 

Method Detail

addTextListener

void addTextListener(TextListener l)

removeTextListener

void removeTextListener(TextListener l)

setEnabled

void setEnabled(boolean enabled)