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 newServiceStatus
of 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 new
ServiceStatus
of a service.- Returns:
- the service status
-