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 aonServiceStatusChange
callback to aConnectionListener
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getServiceName()
Returns the name of the service that has changed state.ServiceStatus
getServiceStatus()
Returns the newServiceStatus
of a service.
-
-
-
Method Detail
-
getServiceName
java.lang.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
-
-