Package com.caplin.streamlink
Interface ServiceStatusEvent
public interface ServiceStatusEvent
Provides information about the change in status of a data service to which StreamLink is connected via the Liberator.
The ServiceStatusEvent will be provided on a onServiceStatusChange callback to a
ConnectionListener.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the service that has changed state.Returns the newServiceStatusof a service.
-
Method Details
-
getServiceName
String getServiceName()Returns the name of the service that has changed state.- Returns:
- the service name
-
getServiceStatus
ServiceStatus getServiceStatus()Returns the newServiceStatusof a service.- Returns:
- the service status
-