Class UserNotificationWithFeedback.Feedback

java.lang.Object
it.tidalwave.ui.core.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()
      Returns true if the current instance has a callback for confirmation..
      Returns:
      true if the current instance has a callback for confirmation
    • canCancel Link icon

      public boolean canCancel()
      Returns true if the current instance has a callback for cancellation..
      Returns:
      true if the current instance has a callback for cancellation