Package it.tidalwave.util.ui
Class UserNotificationWithFeedback.Feedback
java.lang.Object
it.tidalwave.util.ui.UserNotificationWithFeedback.Feedback
- Enclosing class:
UserNotificationWithFeedback
This class provides a few callback methods to notify a choice from the user.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks whether the current instance has a callback for cancellation.boolean
Checks whether the current instance has a callback for confirmation.
-
Constructor Details
-
Feedback
public Feedback()
-
-
Method Details
-
canConfirm
public boolean canConfirm()Checks whether the current instance has a callback for confirmation.- Returns:
true
if the instance has the callback- Since:
- 3.2-ALPHA-1
-
canCancel
public boolean canCancel()Checks whether the current instance has a callback for cancellation.- Returns:
true
if the instance has the callback- Since:
- 3.2-ALPHA-1
-