Package com.streambase.liveview.client
Class AbstractPublisherListener
java.lang.Object
com.streambase.liveview.client.AbstractPublisherListener
- All Implemented Interfaces:
PublisherListener,EventListener
A convenience implementation of
PublisherListener that can be extended
and the specified methods can be overridden. Unless you override the methods
below the callback events associated with them are essentially dropped.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEvent when an exception occurs during the publish.voidstatusEvent(PublisherStatusEvent event) Handles thePublisherStatusEventthat are on thePublisherListener
-
Constructor Details
-
AbstractPublisherListener
public AbstractPublisherListener()
-
-
Method Details
-
statusEvent
Handles thePublisherStatusEventthat are on thePublisherListener- Specified by:
statusEventin interfacePublisherListener- Parameters:
event- thePublisherStatusEventfor latest status of the publisher.
-
exceptionRaised
Event when an exception occurs during the publish.- Specified by:
exceptionRaisedin interfacePublisherListener- Parameters:
event- thePublisherExceptionEventrepresenting the state of exception.
-