Package it.tidalwave.ui.core
Class UserNotificationWithFeedback.Feedback
java.lang.Object
it.tidalwave.ui.core.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
Returnstrue
if the current instance has a callback for cancellation.boolean
Returnstrue
if the current instance has a callback for confirmation.
-
Constructor Details
-
Feedback
public Feedback()
-
-
Method Details
-
canConfirm
public boolean canConfirm()Returnstrue
if the current instance has a callback for confirmation..- Returns:
true
if the current instance has a callback for confirmation
-
canCancel
public boolean canCancel()Returnstrue
if the current instance has a callback for cancellation..- Returns:
true
if the current instance has a callback for cancellation
-