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
.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getServiceName()
Returns the name of the service that has changed state.
|
ServiceStatus |
getServiceStatus()
Returns the new
ServiceStatus of a service. |
java.lang.String getServiceName()
Returns the name of the service that has changed state.
ServiceStatus getServiceStatus()
Returns the new ServiceStatus
of a service.
Please send bug reports and comments to Caplin support