Class UserNotificationWithFeedback.Feedback

java.lang.Object
it.tidalwave.util.ui.UserNotificationWithFeedback.Feedback
Enclosing class:
UserNotificationWithFeedback

public static class UserNotificationWithFeedback.Feedback extends Object
This class provides a few callback methods to notify a choice from the user.
  • 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