org.hermit.android.notice
Interface TextInputDialog.OnOkListener

Enclosing class:
TextInputDialog

public static interface TextInputDialog.OnOkListener

Listener invoked when the user clicks the OK button.


Method Summary
 void onOk(java.lang.CharSequence input)
          The OK button has been clicked.
 

Method Detail

onOk

void onOk(java.lang.CharSequence input)
The OK button has been clicked.

Parameters:
input - The input text.