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 Link icon

    • Feedback Link icon

      public Feedback()
  • Method Details Link icon

    • canConfirm Link icon

      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 Link icon

      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