Class NotificationCardController
java.lang.Object
com.serinity.forumcontrol.controller.NotificationCardController
Controller for individual notification card
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetNotification(Notification notification, Runnable onClickCallback, Runnable onDeleteCallback) Set notification data and display it
-
Constructor Details
-
NotificationCardController
public NotificationCardController()
-
-
Method Details
-
setNotification
public void setNotification(Notification notification, Runnable onClickCallback, Runnable onDeleteCallback) Set notification data and display it -
getNotification
-