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.DefaultNested classes/interfaces inherited from interface com.pushtechnology.diffusion.client.callbacks.Stream
Stream.DefaultNested 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
onCloseMethods inherited from class com.pushtechnology.diffusion.client.callbacks.Callback.Default
onErrorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.pushtechnology.diffusion.client.features.control.topics.TopicControl.MissingTopicNotificationStream
onMissingTopic
-
Constructor Details
-
Default
public Default()
-