Package | Description |
---|---|
com.pushtechnology.diffusion.client.callbacks |
Unified API - Callback Interfaces.
|
com.pushtechnology.diffusion.client.features.control.topics |
Unified API - Topic Control Features.
|
Modifier and Type | Class and Description |
---|---|
static class |
TopicTreeHandler.Default
Skeleton topic tree handler implementation.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
TopicControl.TopicEventListener
Listener for topic events from the server.
|
static interface |
TopicUpdateControl.UpdateSource
A source of updates which may be registered in order to update parts of
the topic tree.
|
Modifier and Type | Class and Description |
---|---|
static class |
TopicControl.TopicEventListener.Default
Abstract implementation of
TopicControl.TopicEventListener , may be
extended to provide the TopicControl.TopicEventListener.onHasSubscribers(java.lang.String)
and TopicControl.TopicEventListener.onNoSubscribers(java.lang.String) methods. |
static class |
TopicUpdateControl.UpdateSource.Default
Default
TopicUpdateControl.UpdateSource implementation. |
Modifier and Type | Method and Description |
---|---|
void |
TopicControl.removeTopicsWithSession(String topicPath,
TopicTreeHandler registrationHandler)
Register a deferred action to remove a branch of the topic tree.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.