JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.mypurecloud.sdk.v2.extensions.notifications
Interface NotificationListener<T>
public interface
NotificationListener<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Class
<?>
getEventBodyClass
()
String
getTopic
()
void
onEvent
(
NotificationEvent
<?> event)
Method Details
getTopic
String
getTopic
()
getEventBodyClass
Class
<?>
getEventBodyClass
()
onEvent
void
onEvent
(
NotificationEvent
<?> event)