Class TopicControl.MissingTopicNotificationStream.Default
java.lang.Object
com.pushtechnology.diffusion.client.callbacks.Callback.Default
com.pushtechnology.diffusion.client.callbacks.Stream.Default
com.pushtechnology.diffusion.client.features.control.topics.TopicControl.MissingTopicNotificationStream.Default
- All Implemented Interfaces:
Callback
,Stream
,TopicControl.MissingTopicNotificationStream
- Enclosing interface:
- TopicControl.MissingTopicNotificationStream
public abstract static class TopicControl.MissingTopicNotificationStream.Default
extends Stream.Default
implements TopicControl.MissingTopicNotificationStream
Abstract
TopicControl.MissingTopicNotificationStream
.
This can be extended to provide the
onMissingTopic
method.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.pushtechnology.diffusion.client.callbacks.Callback
Callback.Default
Nested classes/interfaces inherited from interface com.pushtechnology.diffusion.client.callbacks.Stream
Stream.Default
Nested classes/interfaces inherited from interface com.pushtechnology.diffusion.client.features.control.topics.TopicControl.MissingTopicNotificationStream
TopicControl.MissingTopicNotificationStream.Default
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pushtechnology.diffusion.client.callbacks.Stream.Default
onClose
Methods inherited from class com.pushtechnology.diffusion.client.callbacks.Callback.Default
onError
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.pushtechnology.diffusion.client.features.control.topics.TopicControl.MissingTopicNotificationStream
onMissingTopic
-
Constructor Details
-
Default
public Default()
-