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.netease.nimlib.sdk
Interface Observer<T>
Type Parameters:
T
-
All Superinterfaces:
java.io.Serializable
public interface
Observer<T>
extends java.io.Serializable
Observer for notification.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
onEvent
(
T
t)
Gets notified when a notification is created.
Method Detail
onEvent
void onEvent(
T
t)
Gets notified when a notification is created.
Parameters:
t
- The event parameter.
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