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

    • Feedback

      public Feedback()
  • Method Details

    • canConfirm

      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

      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