Package | Description |
---|---|
com.pushtechnology.diffusion.api |
The Diffusion API comprises a number of packages which provide access to
different aspects of Diffusion.
|
com.pushtechnology.diffusion.api.client |
Diffusion External Client API.
|
com.pushtechnology.diffusion.api.client.paging |
Diffusion Paged Data API.
|
Modifier and Type | Method and Description |
---|---|
PagedTopicHandler |
ServerConnection.createPagedTopicHandler(TopicMessage message,
PagedTopicListener listener)
Deprecated.
Creates a handler object for a 'paged' topic.
|
Modifier and Type | Method and Description |
---|---|
PagedTopicHandler |
ExternalClientConnection.createPagedTopicHandler(TopicMessage message,
PagedTopicListener listener)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PagedTopicListener.add(PagedTopicHandler handler,
PageStatus status,
Lines lines)
Deprecated.
Notifies lines added to the end of the current page.
|
void |
PagedTopicListener.page(PagedTopicHandler handler,
PageStatus status,
Lines lines)
Deprecated.
Notifies receipt of a page from the server.
|
void |
PagedTopicListener.statusChanged(PagedTopicHandler handler,
PageStatus status)
Deprecated.
Notifies a status change.
|
void |
PagedTopicListener.update(PagedTopicHandler handler,
PageStatus status,
int index,
Lines line)
Deprecated.
Notifies an update to the data of a line on the current page.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.