Interface ConfirmWindow.ConfirmationListener
- Enclosing class:
- ConfirmWindow
public static interface ConfirmWindow.ConfirmationListener
A listener that is called upon for any classes that
wish to listen in on anything about the update for this confirmation
daemon.
- Since:
- 3.0
- Author:
- Jack Meng
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onStatus
(boolean status) Called for a status update for this class.
-
Method Details
-
onStatus
void onStatus(boolean status) Called for a status update for this class.- Parameters:
status
- The status (true || false)
-