Class NotificationCardController

java.lang.Object
com.serinity.forumcontrol.controller.NotificationCardController

public class NotificationCardController extends Object
Controller for individual notification card
  • Constructor Details

    • NotificationCardController

      public NotificationCardController()
  • Method Details

    • setNotification

      public void setNotification(Notification notification, Runnable onClickCallback, Runnable onDeleteCallback)
      Set notification data and display it
    • getNotification

      public Notification getNotification()