public interface NotificationListener
Modifier and Type | Method and Description |
---|---|
void |
handleNotification(NotificationMessage message)
Handles receiving the notification.
|
void handleNotification(NotificationMessage message)
message
- A Notification Message.