JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.spotify.protocol.client
Interface Subscription.EventCallback<T>
Enclosing class:
Subscription
<
T
>
public static interface
Subscription.EventCallback<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
onEvent
(
T
data)
Called when the Subscription receives a new event
Method Detail
onEvent
void onEvent(
T
data)
Called when the Subscription receives a new event
Parameters:
data
- the data of the event
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method