Interface NotificationListener
-
public interface NotificationListener
This interface is used to register to receive remote notifications from the server.- Author:
- TIBCO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleNotification​(NotificationMessage message)
Handles receiving the notification.
-
-
-
Method Detail
-
handleNotification
void handleNotification​(NotificationMessage message)
Handles receiving the notification.- Parameters:
message
- A Notification Message.
-
-