android.widget
Class DoubleDigitManager
java.lang.Object
android.widget.DoubleDigitManager
class DoubleDigitManager
- extends Object
Provides callbacks indicating the steps in two digit pressing within a
timeout.
Package private: only relevant in helping TimeSpinnerHelper.
|
Nested Class Summary |
(package private) static interface |
DoubleDigitManager.CallBack
The callback to indicate what is going on with the digits pressed. |
|
Method Summary |
void |
reportDigit(int digit)
Report to this manager that a digit was pressed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleDigitManager
public DoubleDigitManager(long timeoutInMillis,
DoubleDigitManager.CallBack callBack)
- Parameters:
timeoutInMillis - How long after the first digit is pressed does
the user have to press the second digit?callBack - The callback to indicate what's going on with the user.
reportDigit
public void reportDigit(int digit)
- Report to this manager that a digit was pressed.
- Parameters:
digit -
Please submit a feedback, bug or feature