Package com.streambase.liveview.client
Interface PublisherListener
-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AbstractPublisherListener
public interface PublisherListener extends EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexceptionRaised(PublisherExceptionEvent event)Event when an exception occurs during the publish.voidstatusEvent(PublisherStatusEvent event)Handles thePublisherStatusEventthat are on thePublisherListener
-
-
-
Method Detail
-
statusEvent
void statusEvent(PublisherStatusEvent event)
Handles thePublisherStatusEventthat are on thePublisherListener- Parameters:
event- thePublisherStatusEventfor latest status of the publisher.- Since:
- 10.5.0
-
exceptionRaised
void exceptionRaised(PublisherExceptionEvent event)
Event when an exception occurs during the publish.- Parameters:
event- thePublisherExceptionEventrepresenting the state of exception.- Since:
- 10.5.0
-
-